7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IpV4AddressesT = Aws::Vector<Aws::String>>
48 void SetIpV4Addresses(IpV4AddressesT&& value) { m_ipV4AddressesHasBeenSet =
true; m_ipV4Addresses = std::forward<IpV4AddressesT>(value); }
49 template<
typename IpV4AddressesT = Aws::Vector<Aws::String>>
51 template<
typename IpV4AddressesT = Aws::String>
52 IpAddresses&
AddIpV4Addresses(IpV4AddressesT&& value) { m_ipV4AddressesHasBeenSet =
true; m_ipV4Addresses.emplace_back(std::forward<IpV4AddressesT>(value));
return *
this; }
61 template<
typename IpV6AddressesT = Aws::Vector<Aws::String>>
62 void SetIpV6Addresses(IpV6AddressesT&& value) { m_ipV6AddressesHasBeenSet =
true; m_ipV6Addresses = std::forward<IpV6AddressesT>(value); }
63 template<
typename IpV6AddressesT = Aws::Vector<Aws::String>>
65 template<
typename IpV6AddressesT = Aws::String>
66 IpAddresses&
AddIpV6Addresses(IpV6AddressesT&& value) { m_ipV6AddressesHasBeenSet =
true; m_ipV6Addresses.emplace_back(std::forward<IpV6AddressesT>(value));
return *
this; }
71 bool m_ipV4AddressesHasBeenSet =
false;
74 bool m_ipV6AddressesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetIpV4Addresses() const
AWS_DEADLINE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEADLINE_API IpAddresses(Aws::Utils::Json::JsonView jsonValue)
AWS_DEADLINE_API IpAddresses()=default
IpAddresses & WithIpV4Addresses(IpV4AddressesT &&value)
IpAddresses & WithIpV6Addresses(IpV6AddressesT &&value)
bool IpV4AddressesHasBeenSet() const
void SetIpV4Addresses(IpV4AddressesT &&value)
void SetIpV6Addresses(IpV6AddressesT &&value)
bool IpV6AddressesHasBeenSet() const
const Aws::Vector< Aws::String > & GetIpV6Addresses() const
IpAddresses & AddIpV4Addresses(IpV4AddressesT &&value)
AWS_DEADLINE_API IpAddresses & operator=(Aws::Utils::Json::JsonView jsonValue)
IpAddresses & AddIpV6Addresses(IpV6AddressesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue