7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/deadline/Deadline_EXPORTS.h>
9#include <aws/deadline/model/IpAddresses.h>
41 template <
typename IpAddressesT = IpAddresses>
43 m_ipAddressesHasBeenSet =
true;
44 m_ipAddresses = std::forward<IpAddressesT>(value);
46 template <
typename IpAddressesT = IpAddresses>
59 template <
typename HostNameT = Aws::String>
61 m_hostNameHasBeenSet =
true;
62 m_hostName = std::forward<HostNameT>(value);
64 template <
typename HostNameT = Aws::String>
77 template <
typename Ec2InstanceArnT = Aws::String>
79 m_ec2InstanceArnHasBeenSet =
true;
80 m_ec2InstanceArn = std::forward<Ec2InstanceArnT>(value);
82 template <
typename Ec2InstanceArnT = Aws::String>
95 template <
typename Ec2InstanceTypeT = Aws::String>
97 m_ec2InstanceTypeHasBeenSet =
true;
98 m_ec2InstanceType = std::forward<Ec2InstanceTypeT>(value);
100 template <
typename Ec2InstanceTypeT = Aws::String>
114 bool m_ipAddressesHasBeenSet =
false;
115 bool m_hostNameHasBeenSet =
false;
116 bool m_ec2InstanceArnHasBeenSet =
false;
117 bool m_ec2InstanceTypeHasBeenSet =
false;
const IpAddresses & GetIpAddresses() const
AWS_DEADLINE_API HostPropertiesResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
HostPropertiesResponse & WithIpAddresses(IpAddressesT &&value)
HostPropertiesResponse & WithHostName(HostNameT &&value)
bool HostNameHasBeenSet() const
void SetIpAddresses(IpAddressesT &&value)
AWS_DEADLINE_API HostPropertiesResponse(Aws::Utils::Json::JsonView jsonValue)
bool Ec2InstanceArnHasBeenSet() const
bool IpAddressesHasBeenSet() const
AWS_DEADLINE_API HostPropertiesResponse()=default
void SetHostName(HostNameT &&value)
void SetEc2InstanceArn(Ec2InstanceArnT &&value)
void SetEc2InstanceType(Ec2InstanceTypeT &&value)
const Aws::String & GetEc2InstanceType() const
const Aws::String & GetHostName() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool Ec2InstanceTypeHasBeenSet() const
HostPropertiesResponse & WithEc2InstanceType(Ec2InstanceTypeT &&value)
HostPropertiesResponse & WithEc2InstanceArn(Ec2InstanceArnT &&value)
const Aws::String & GetEc2InstanceArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue