7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename DefaultGatewayT = Aws::String>
48 void SetDefaultGateway(DefaultGatewayT&& value) { m_defaultGatewayHasBeenSet =
true; m_defaultGateway = std::forward<DefaultGatewayT>(value); }
49 template<
typename DefaultGatewayT = Aws::String>
59 template<
typename DnsT = Aws::Vector<Aws::String>>
60 void SetDns(DnsT&& value) { m_dnsHasBeenSet =
true; m_dns = std::forward<DnsT>(value); }
61 template<
typename DnsT = Aws::Vector<Aws::String>>
63 template<
typename DnsT = Aws::String>
73 template<
typename IpAddressT = Aws::String>
74 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
75 template<
typename IpAddressT = Aws::String>
85 template<
typename MaskT = Aws::String>
86 void SetMask(MaskT&& value) { m_maskHasBeenSet =
true; m_mask = std::forward<MaskT>(value); }
87 template<
typename MaskT = Aws::String>
93 bool m_defaultGatewayHasBeenSet =
false;
96 bool m_dnsHasBeenSet =
false;
99 bool m_ipAddressHasBeenSet =
false;
102 bool m_maskHasBeenSet =
false;
StaticIpConnectionInfo & AddDns(DnsT &&value)
AWS_PANORAMA_API StaticIpConnectionInfo()=default
StaticIpConnectionInfo & WithIpAddress(IpAddressT &&value)
bool DnsHasBeenSet() const
void SetDefaultGateway(DefaultGatewayT &&value)
void SetMask(MaskT &&value)
StaticIpConnectionInfo & WithDefaultGateway(DefaultGatewayT &&value)
const Aws::String & GetIpAddress() const
StaticIpConnectionInfo & WithDns(DnsT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultGatewayHasBeenSet() const
const Aws::Vector< Aws::String > & GetDns() const
const Aws::String & GetMask() const
StaticIpConnectionInfo & WithMask(MaskT &&value)
void SetDns(DnsT &&value)
void SetIpAddress(IpAddressT &&value)
bool IpAddressHasBeenSet() const
const Aws::String & GetDefaultGateway() const
AWS_PANORAMA_API StaticIpConnectionInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API StaticIpConnectionInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MaskHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue