7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/ManagedStatus.h>
10#include <aws/ssm/model/PlatformType.h>
11#include <aws/ssm/model/ResourceType.h>
43 template <
typename AgentTypeT = Aws::String>
45 m_agentTypeHasBeenSet =
true;
46 m_agentType = std::forward<AgentTypeT>(value);
48 template <
typename AgentTypeT = Aws::String>
61 template <
typename AgentVersionT = Aws::String>
63 m_agentVersionHasBeenSet =
true;
64 m_agentVersion = std::forward<AgentVersionT>(value);
66 template <
typename AgentVersionT = Aws::String>
79 template <
typename ComputerNameT = Aws::String>
81 m_computerNameHasBeenSet =
true;
82 m_computerName = std::forward<ComputerNameT>(value);
84 template <
typename ComputerNameT = Aws::String>
97 template <
typename InstanceStatusT = Aws::String>
99 m_instanceStatusHasBeenSet =
true;
100 m_instanceStatus = std::forward<InstanceStatusT>(value);
102 template <
typename InstanceStatusT = Aws::String>
115 template <
typename IpAddressT = Aws::String>
117 m_ipAddressHasBeenSet =
true;
118 m_ipAddress = std::forward<IpAddressT>(value);
120 template <
typename IpAddressT = Aws::String>
134 m_managedStatusHasBeenSet =
true;
135 m_managedStatus = value;
150 m_platformTypeHasBeenSet =
true;
151 m_platformType = value;
165 template <
typename PlatformNameT = Aws::String>
167 m_platformNameHasBeenSet =
true;
168 m_platformName = std::forward<PlatformNameT>(value);
170 template <
typename PlatformNameT = Aws::String>
183 template <
typename PlatformVersionT = Aws::String>
185 m_platformVersionHasBeenSet =
true;
186 m_platformVersion = std::forward<PlatformVersionT>(value);
188 template <
typename PlatformVersionT = Aws::String>
203 m_resourceTypeHasBeenSet =
true;
204 m_resourceType = value;
231 bool m_agentTypeHasBeenSet =
false;
232 bool m_agentVersionHasBeenSet =
false;
233 bool m_computerNameHasBeenSet =
false;
234 bool m_instanceStatusHasBeenSet =
false;
235 bool m_ipAddressHasBeenSet =
false;
236 bool m_managedStatusHasBeenSet =
false;
237 bool m_platformTypeHasBeenSet =
false;
238 bool m_platformNameHasBeenSet =
false;
239 bool m_platformVersionHasBeenSet =
false;
240 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