7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-sap/model/AllocationType.h>
47 template<
typename IpAddressT = Aws::String>
48 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
49 template<
typename IpAddressT = Aws::String>
59 inline void SetPrimary(
bool value) { m_primaryHasBeenSet =
true; m_primary = value; }
75 bool m_ipAddressHasBeenSet =
false;
77 bool m_primary{
false};
78 bool m_primaryHasBeenSet =
false;
81 bool m_allocationTypeHasBeenSet =
false;
AWS_SSMSAP_API IpAddressMember & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(IpAddressT &&value)
IpAddressMember & WithPrimary(bool value)
bool AllocationTypeHasBeenSet() const
bool IpAddressHasBeenSet() const
void SetPrimary(bool value)
bool PrimaryHasBeenSet() const
AWS_SSMSAP_API IpAddressMember()=default
IpAddressMember & WithIpAddress(IpAddressT &&value)
IpAddressMember & WithAllocationType(AllocationType value)
AWS_SSMSAP_API IpAddressMember(Aws::Utils::Json::JsonView jsonValue)
AllocationType GetAllocationType() const
void SetAllocationType(AllocationType value)
const Aws::String & GetIpAddress() const
AWS_SSMSAP_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue