7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace NetworkManager
46 template<
typename TransitGatewayAttachmentArnT = Aws::String>
47 void SetTransitGatewayAttachmentArn(TransitGatewayAttachmentArnT&& value) { m_transitGatewayAttachmentArnHasBeenSet =
true; m_transitGatewayAttachmentArn = std::forward<TransitGatewayAttachmentArnT>(value); }
48 template<
typename TransitGatewayAttachmentArnT = Aws::String>
58 template<
typename IpAddressT = Aws::String>
59 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
60 template<
typename IpAddressT = Aws::String>
66 bool m_transitGatewayAttachmentArnHasBeenSet =
false;
69 bool m_ipAddressHasBeenSet =
false;
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIpAddress() const
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddress(IpAddressT &&value)
void SetTransitGatewayAttachmentArn(TransitGatewayAttachmentArnT &&value)
const Aws::String & GetTransitGatewayAttachmentArn() const
bool IpAddressHasBeenSet() const
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification(Aws::Utils::Json::JsonView jsonValue)
RouteAnalysisEndpointOptionsSpecification & WithIpAddress(IpAddressT &&value)
bool TransitGatewayAttachmentArnHasBeenSet() const
RouteAnalysisEndpointOptionsSpecification & WithTransitGatewayAttachmentArn(TransitGatewayAttachmentArnT &&value)
AWS_NETWORKMANAGER_API RouteAnalysisEndpointOptionsSpecification()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue