7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/globalaccelerator/GlobalAcceleratorRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/globalaccelerator/model/CustomRoutingEndpointConfiguration.h>
16namespace GlobalAccelerator
45 template<
typename Endpo
intConfigurationsT = Aws::Vector<CustomRoutingEndpo
intConfiguration>>
46 void SetEndpointConfigurations(EndpointConfigurationsT&& value) { m_endpointConfigurationsHasBeenSet =
true; m_endpointConfigurations = std::forward<EndpointConfigurationsT>(value); }
47 template<
typename Endpo
intConfigurationsT = Aws::Vector<CustomRoutingEndpo
intConfiguration>>
49 template<
typename Endpo
intConfigurationsT = CustomRoutingEndpo
intConfiguration>
60 template<
typename Endpo
intGroupArnT = Aws::String>
61 void SetEndpointGroupArn(EndpointGroupArnT&& value) { m_endpointGroupArnHasBeenSet =
true; m_endpointGroupArn = std::forward<EndpointGroupArnT>(value); }
62 template<
typename Endpo
intGroupArnT = Aws::String>
68 bool m_endpointConfigurationsHasBeenSet =
false;
71 bool m_endpointGroupArnHasBeenSet =
false;
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEndpointGroupArn(EndpointGroupArnT &&value)
AddCustomRoutingEndpointsRequest & WithEndpointGroupArn(EndpointGroupArnT &&value)
AddCustomRoutingEndpointsRequest & WithEndpointConfigurations(EndpointConfigurationsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_GLOBALACCELERATOR_API AddCustomRoutingEndpointsRequest()=default
const Aws::String & GetEndpointGroupArn() const
bool EndpointConfigurationsHasBeenSet() const
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
void SetEndpointConfigurations(EndpointConfigurationsT &&value)
const Aws::Vector< CustomRoutingEndpointConfiguration > & GetEndpointConfigurations() const
bool EndpointGroupArnHasBeenSet() const
AddCustomRoutingEndpointsRequest & AddEndpointConfigurations(EndpointConfigurationsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector