7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GlobalAccelerator
48 template<
typename Endpo
intIdT = Aws::String>
49 void SetEndpointId(EndpointIdT&& value) { m_endpointIdHasBeenSet =
true; m_endpointId = std::forward<EndpointIdT>(value); }
50 template<
typename Endpo
intIdT = Aws::String>
62 template<
typename AttachmentArnT = Aws::String>
63 void SetAttachmentArn(AttachmentArnT&& value) { m_attachmentArnHasBeenSet =
true; m_attachmentArn = std::forward<AttachmentArnT>(value); }
64 template<
typename AttachmentArnT = Aws::String>
70 bool m_endpointIdHasBeenSet =
false;
73 bool m_attachmentArnHasBeenSet =
false;
bool EndpointIdHasBeenSet() const
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAttachmentArn() const
CustomRoutingEndpointConfiguration & WithAttachmentArn(AttachmentArnT &&value)
void SetEndpointId(EndpointIdT &&value)
void SetAttachmentArn(AttachmentArnT &&value)
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointConfiguration()=default
AWS_GLOBALACCELERATOR_API CustomRoutingEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttachmentArnHasBeenSet() const
AWS_GLOBALACCELERATOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEndpointId() const
CustomRoutingEndpointConfiguration & WithEndpointId(EndpointIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue