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>
49 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
61 inline void SetPrimary(
bool value) { m_primaryHasBeenSet =
true; m_primary = value; }
79 bool m_ipAddressHasBeenSet =
false;
82 bool m_primaryHasBeenSet =
false;
85 bool m_allocationTypeHasBeenSet =
false;
AWS_SSMSAP_API IpAddressMember & operator=(Aws::Utils::Json::JsonView jsonValue)
IpAddressMember & WithAllocationType(AllocationType &&value)
IpAddressMember & WithAllocationType(const AllocationType &value)
IpAddressMember & WithIpAddress(const Aws::String &value)
IpAddressMember & WithPrimary(bool value)
bool AllocationTypeHasBeenSet() const
IpAddressMember & WithIpAddress(const char *value)
bool IpAddressHasBeenSet() const
void SetPrimary(bool value)
void SetIpAddress(Aws::String &&value)
bool PrimaryHasBeenSet() const
AWS_SSMSAP_API IpAddressMember()
void SetIpAddress(const char *value)
AWS_SSMSAP_API IpAddressMember(Aws::Utils::Json::JsonView jsonValue)
const AllocationType & GetAllocationType() const
IpAddressMember & WithIpAddress(Aws::String &&value)
void SetAllocationType(AllocationType &&value)
void SetAllocationType(const AllocationType &value)
void SetIpAddress(const Aws::String &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