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>
74 bool m_ipAddressesHasBeenSet =
false;
75 bool m_hostNameHasBeenSet =
false;
const Aws::String & GetHostName() const
HostPropertiesRequest & WithHostName(HostNameT &&value)
void SetIpAddresses(IpAddressesT &&value)
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IpAddressesHasBeenSet() const
void SetHostName(HostNameT &&value)
bool HostNameHasBeenSet() const
AWS_DEADLINE_API HostPropertiesRequest(Aws::Utils::Json::JsonView jsonValue)
HostPropertiesRequest & WithIpAddresses(IpAddressesT &&value)
const IpAddresses & GetIpAddresses() const
AWS_DEADLINE_API HostPropertiesRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API HostPropertiesRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue