7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/servicediscovery/ServiceDiscoveryRequest.h>
10#include <aws/servicediscovery/ServiceDiscovery_EXPORTS.h>
15namespace ServiceDiscovery {
45 template <
typename ServiceIdT = Aws::String>
47 m_serviceIdHasBeenSet =
true;
48 m_serviceId = std::forward<ServiceIdT>(value);
50 template <
typename ServiceIdT = Aws::String>
63 template <
typename AttributesT = Aws::Vector<Aws::String>>
65 m_attributesHasBeenSet =
true;
66 m_attributes = std::forward<AttributesT>(value);
68 template <
typename AttributesT = Aws::Vector<Aws::String>>
73 template <
typename AttributesT = Aws::String>
75 m_attributesHasBeenSet =
true;
76 m_attributes.emplace_back(std::forward<AttributesT>(value));
84 bool m_serviceIdHasBeenSet =
false;
85 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