7#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
8#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace ServiceDiscovery
44 template<
typename ServiceIdT = Aws::String>
45 void SetServiceId(ServiceIdT&& value) { m_serviceIdHasBeenSet =
true; m_serviceId = std::forward<ServiceIdT>(value); }
46 template<
typename ServiceIdT = Aws::String>
56 template<
typename AttributesT = Aws::Vector<Aws::String>>
57 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
58 template<
typename AttributesT = Aws::Vector<Aws::String>>
60 template<
typename AttributesT = Aws::String>
66 bool m_serviceIdHasBeenSet =
false;
69 bool m_attributesHasBeenSet =
false;
AWS_SERVICEDISCOVERY_API DeleteServiceAttributesRequest()=default
DeleteServiceAttributesRequest & WithAttributes(AttributesT &&value)
void SetServiceId(ServiceIdT &&value)
bool ServiceIdHasBeenSet() const
DeleteServiceAttributesRequest & WithServiceId(ServiceIdT &&value)
AWS_SERVICEDISCOVERY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_SERVICEDISCOVERY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteServiceAttributesRequest & AddAttributes(AttributesT &&value)
bool AttributesHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributes() const
const Aws::String & GetServiceId() const
void SetAttributes(AttributesT &&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