7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/ManagedStatus.h>
10#include <aws/ssm/model/PlatformType.h>
11#include <aws/ssm/model/ResourceType.h>
49 template<
typename AgentTypeT = Aws::String>
50 void SetAgentType(AgentTypeT&& value) { m_agentTypeHasBeenSet =
true; m_agentType = std::forward<AgentTypeT>(value); }
51 template<
typename AgentTypeT = Aws::String>
61 template<
typename AgentVersionT = Aws::String>
62 void SetAgentVersion(AgentVersionT&& value) { m_agentVersionHasBeenSet =
true; m_agentVersion = std::forward<AgentVersionT>(value); }
63 template<
typename AgentVersionT = Aws::String>
73 template<
typename ComputerNameT = Aws::String>
74 void SetComputerName(ComputerNameT&& value) { m_computerNameHasBeenSet =
true; m_computerName = std::forward<ComputerNameT>(value); }
75 template<
typename ComputerNameT = Aws::String>
85 template<
typename InstanceStatusT = Aws::String>
86 void SetInstanceStatus(InstanceStatusT&& value) { m_instanceStatusHasBeenSet =
true; m_instanceStatus = std::forward<InstanceStatusT>(value); }
87 template<
typename InstanceStatusT = Aws::String>
97 template<
typename IpAddressT = Aws::String>
98 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
99 template<
typename IpAddressT = Aws::String>
129 template<
typename PlatformNameT = Aws::String>
130 void SetPlatformName(PlatformNameT&& value) { m_platformNameHasBeenSet =
true; m_platformName = std::forward<PlatformNameT>(value); }
131 template<
typename PlatformNameT = Aws::String>
141 template<
typename PlatformVersionT = Aws::String>
142 void SetPlatformVersion(PlatformVersionT&& value) { m_platformVersionHasBeenSet =
true; m_platformVersion = std::forward<PlatformVersionT>(value); }
143 template<
typename PlatformVersionT = Aws::String>
160 bool m_agentTypeHasBeenSet =
false;
163 bool m_agentVersionHasBeenSet =
false;
166 bool m_computerNameHasBeenSet =
false;
169 bool m_instanceStatusHasBeenSet =
false;
172 bool m_ipAddressHasBeenSet =
false;
175 bool m_managedStatusHasBeenSet =
false;
178 bool m_platformTypeHasBeenSet =
false;
181 bool m_platformNameHasBeenSet =
false;
184 bool m_platformVersionHasBeenSet =
false;
187 bool m_resourceTypeHasBeenSet =
false;
bool ResourceTypeHasBeenSet() const
void SetIpAddress(IpAddressT &&value)
PlatformType GetPlatformType() const
const Aws::String & GetInstanceStatus() const
void SetAgentType(AgentTypeT &&value)
AWS_SSM_API InstanceInfo()=default
bool PlatformVersionHasBeenSet() const
bool ComputerNameHasBeenSet() const
void SetResourceType(ResourceType value)
InstanceInfo & WithComputerName(ComputerNameT &&value)
InstanceInfo & WithAgentVersion(AgentVersionT &&value)
bool AgentVersionHasBeenSet() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
bool InstanceStatusHasBeenSet() const
bool PlatformNameHasBeenSet() const
void SetManagedStatus(ManagedStatus value)
InstanceInfo & WithPlatformName(PlatformNameT &&value)
AWS_SSM_API InstanceInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetComputerName() const
bool AgentTypeHasBeenSet() const
InstanceInfo & WithInstanceStatus(InstanceStatusT &&value)
InstanceInfo & WithAgentType(AgentTypeT &&value)
InstanceInfo & WithPlatformType(PlatformType value)
bool PlatformTypeHasBeenSet() const
const Aws::String & GetPlatformName() const
InstanceInfo & WithResourceType(ResourceType value)
bool IpAddressHasBeenSet() const
void SetAgentVersion(AgentVersionT &&value)
InstanceInfo & WithIpAddress(IpAddressT &&value)
void SetPlatformType(PlatformType value)
void SetPlatformName(PlatformNameT &&value)
ResourceType GetResourceType() const
const Aws::String & GetPlatformVersion() const
InstanceInfo & WithManagedStatus(ManagedStatus value)
const Aws::String & GetAgentVersion() const
const Aws::String & GetIpAddress() const
void SetInstanceStatus(InstanceStatusT &&value)
InstanceInfo & WithPlatformVersion(PlatformVersionT &&value)
const Aws::String & GetAgentType() const
ManagedStatus GetManagedStatus() const
void SetPlatformVersion(PlatformVersionT &&value)
void SetComputerName(ComputerNameT &&value)
bool ManagedStatusHasBeenSet() const
AWS_SSM_API InstanceInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue