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/EndpointConfiguration.h>
16namespace GlobalAccelerator
45 template<
typename Endpo
intConfigurationsT = Aws::Vector<Endpo
intConfiguration>>
46 void SetEndpointConfigurations(EndpointConfigurationsT&& value) { m_endpointConfigurationsHasBeenSet =
true; m_endpointConfigurations = std::forward<EndpointConfigurationsT>(value); }
47 template<
typename Endpo
intConfigurationsT = Aws::Vector<Endpo
intConfiguration>>
49 template<
typename Endpo
intConfigurationsT = Endpo
intConfiguration>
59 template<
typename Endpo
intGroupArnT = Aws::String>
60 void SetEndpointGroupArn(EndpointGroupArnT&& value) { m_endpointGroupArnHasBeenSet =
true; m_endpointGroupArn = std::forward<EndpointGroupArnT>(value); }
61 template<
typename Endpo
intGroupArnT = Aws::String>
67 bool m_endpointConfigurationsHasBeenSet =
false;
70 bool m_endpointGroupArnHasBeenSet =
false;
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetEndpointGroupArn() const
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
AddEndpointsRequest & AddEndpointConfigurations(EndpointConfigurationsT &&value)
virtual const char * GetServiceRequestName() const override
void SetEndpointGroupArn(EndpointGroupArnT &&value)
AddEndpointsRequest & WithEndpointGroupArn(EndpointGroupArnT &&value)
const Aws::Vector< EndpointConfiguration > & GetEndpointConfigurations() const
void SetEndpointConfigurations(EndpointConfigurationsT &&value)
bool EndpointGroupArnHasBeenSet() const
bool EndpointConfigurationsHasBeenSet() const
AddEndpointsRequest & WithEndpointConfigurations(EndpointConfigurationsT &&value)
AWS_GLOBALACCELERATOR_API AddEndpointsRequest()=default
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