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>
67 bool m_ipAddressesHasBeenSet =
false;
70 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