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>
15namespace GlobalAccelerator
45 template<
typename Endpo
intIdsT = Aws::Vector<Aws::String>>
46 void SetEndpointIds(EndpointIdsT&& value) { m_endpointIdsHasBeenSet =
true; m_endpointIds = std::forward<EndpointIdsT>(value); }
47 template<
typename Endpo
intIdsT = Aws::Vector<Aws::String>>
49 template<
typename Endpo
intIdsT = Aws::String>
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_endpointIdsHasBeenSet =
false;
71 bool m_endpointGroupArnHasBeenSet =
false;
RemoveCustomRoutingEndpointsRequest & WithEndpointIds(EndpointIdsT &&value)
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool EndpointGroupArnHasBeenSet() const
RemoveCustomRoutingEndpointsRequest & WithEndpointGroupArn(EndpointGroupArnT &&value)
void SetEndpointIds(EndpointIdsT &&value)
bool EndpointIdsHasBeenSet() const
RemoveCustomRoutingEndpointsRequest & AddEndpointIds(EndpointIdsT &&value)
const Aws::Vector< Aws::String > & GetEndpointIds() const
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetEndpointGroupArn(EndpointGroupArnT &&value)
AWS_GLOBALACCELERATOR_API RemoveCustomRoutingEndpointsRequest()=default
const Aws::String & GetEndpointGroupArn() const
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