7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/deadline/model/IpAddresses.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IpAddressesT = IpAddresses>
48 void SetIpAddresses(IpAddressesT&& value) { m_ipAddressesHasBeenSet =
true; m_ipAddresses = std::forward<IpAddressesT>(value); }
49 template<
typename IpAddressesT = IpAddresses>
59 template<
typename HostNameT = Aws::String>
60 void SetHostName(HostNameT&& value) { m_hostNameHasBeenSet =
true; m_hostName = std::forward<HostNameT>(value); }
61 template<
typename HostNameT = Aws::String>
71 template<
typename Ec2InstanceArnT = Aws::String>
72 void SetEc2InstanceArn(Ec2InstanceArnT&& value) { m_ec2InstanceArnHasBeenSet =
true; m_ec2InstanceArn = std::forward<Ec2InstanceArnT>(value); }
73 template<
typename Ec2InstanceArnT = Aws::String>
83 template<
typename Ec2InstanceTypeT = Aws::String>
84 void SetEc2InstanceType(Ec2InstanceTypeT&& value) { m_ec2InstanceTypeHasBeenSet =
true; m_ec2InstanceType = std::forward<Ec2InstanceTypeT>(value); }
85 template<
typename Ec2InstanceTypeT = Aws::String>
91 bool m_ipAddressesHasBeenSet =
false;
94 bool m_hostNameHasBeenSet =
false;
97 bool m_ec2InstanceArnHasBeenSet =
false;
100 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