7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datasync/DataSync_EXPORTS.h>
9#include <aws/datasync/model/AgentStatus.h>
10#include <aws/datasync/model/Platform.h>
45 template <
typename AgentArnT = Aws::String>
47 m_agentArnHasBeenSet =
true;
48 m_agentArn = std::forward<AgentArnT>(value);
50 template <
typename AgentArnT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
88 m_statusHasBeenSet =
true;
103 template <
typename PlatformT = Platform>
105 m_platformHasBeenSet =
true;
106 m_platform = std::forward<PlatformT>(value);
108 template <
typename PlatformT = Platform>
122 bool m_agentArnHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
124 bool m_statusHasBeenSet =
false;
125 bool m_platformHasBeenSet =
false;
bool StatusHasBeenSet() const
AgentListEntry & WithName(NameT &&value)
AgentListEntry & WithAgentArn(AgentArnT &&value)
bool PlatformHasBeenSet() const
void SetStatus(AgentStatus value)
AWS_DATASYNC_API AgentListEntry(Aws::Utils::Json::JsonView jsonValue)
void SetPlatform(PlatformT &&value)
AgentListEntry & WithPlatform(PlatformT &&value)
AWS_DATASYNC_API AgentListEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATASYNC_API AgentListEntry()=default
AgentStatus GetStatus() const
AgentListEntry & WithStatus(AgentStatus value)
AWS_DATASYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAgentArn(AgentArnT &&value)
const Platform & GetPlatform() const
void SetName(NameT &&value)
const Aws::String & GetName() const
bool AgentArnHasBeenSet() const
const Aws::String & GetAgentArn() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue