7#include <aws/datasync/DataSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datasync/model/AgentStatus.h>
10#include <aws/datasync/model/Platform.h>
51 template<
typename AgentArnT = Aws::String>
52 void SetAgentArn(AgentArnT&& value) { m_agentArnHasBeenSet =
true; m_agentArn = std::forward<AgentArnT>(value); }
53 template<
typename AgentArnT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
91 template<
typename PlatformT = Platform>
92 void SetPlatform(PlatformT&& value) { m_platformHasBeenSet =
true; m_platform = std::forward<PlatformT>(value); }
93 template<
typename PlatformT = Platform>
99 bool m_agentArnHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_statusHasBeenSet =
false;
108 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