7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace NetworkManager
48 inline void SetTransitGatewayAttachmentArn(
const char* value) { m_transitGatewayAttachmentArnHasBeenSet =
true; m_transitGatewayAttachmentArn.assign(value); }
62 inline void SetIpAddress(
const char* value) { m_ipAddressHasBeenSet =
true; m_ipAddress.assign(value); }
70 bool m_transitGatewayAttachmentArnHasBeenSet =
false;
73 bool m_ipAddressHasBeenSet =
false;
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
RouteAnalysisEndpointOptionsSpecification & WithIpAddress(Aws::String &&value)
void SetIpAddress(Aws::String &&value)
const Aws::String & GetIpAddress() const
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTransitGatewayAttachmentArn(const Aws::String &value)
RouteAnalysisEndpointOptionsSpecification & WithTransitGatewayAttachmentArn(const Aws::String &value)
void SetIpAddress(const char *value)
const Aws::String & GetTransitGatewayAttachmentArn() const
bool IpAddressHasBeenSet() const
RouteAnalysisEndpointOptionsSpecification & WithTransitGatewayAttachmentArn(Aws::String &&value)
RouteAnalysisEndpointOptionsSpecification & WithIpAddress(const Aws::String &value)
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification()
void SetTransitGatewayAttachmentArn(Aws::String &&value)
bool TransitGatewayAttachmentArnHasBeenSet() const
RouteAnalysisEndpointOptionsSpecification & WithTransitGatewayAttachmentArn(const char *value)
void SetTransitGatewayAttachmentArn(const char *value)
void SetIpAddress(const Aws::String &value)
RouteAnalysisEndpointOptionsSpecification & WithIpAddress(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue