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/EndpointIdentifier.h>
16namespace GlobalAccelerator
45 template<
typename Endpo
intIdentifiersT = Aws::Vector<Endpo
intIdentifier>>
46 void SetEndpointIdentifiers(EndpointIdentifiersT&& value) { m_endpointIdentifiersHasBeenSet =
true; m_endpointIdentifiers = std::forward<EndpointIdentifiersT>(value); }
47 template<
typename Endpo
intIdentifiersT = Aws::Vector<Endpo
intIdentifier>>
49 template<
typename Endpo
intIdentifiersT = Endpo
intIdentifier>
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_endpointIdentifiersHasBeenSet =
false;
70 bool m_endpointGroupArnHasBeenSet =
false;
const Aws::Vector< EndpointIdentifier > & GetEndpointIdentifiers() const
bool EndpointGroupArnHasBeenSet() const
void SetEndpointIdentifiers(EndpointIdentifiersT &&value)
RemoveEndpointsRequest & WithEndpointGroupArn(EndpointGroupArnT &&value)
RemoveEndpointsRequest & AddEndpointIdentifiers(EndpointIdentifiersT &&value)
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RemoveEndpointsRequest & WithEndpointIdentifiers(EndpointIdentifiersT &&value)
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool EndpointIdentifiersHasBeenSet() const
AWS_GLOBALACCELERATOR_API RemoveEndpointsRequest()=default
void SetEndpointGroupArn(EndpointGroupArnT &&value)
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