7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/Attribute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template <
typename AttributesT = Aws::Vector<Attribute>>
45 m_attributesHasBeenSet =
true;
46 m_attributes = std::forward<AttributesT>(value);
48 template <
typename AttributesT = Aws::Vector<Attribute>>
53 template <
typename AttributesT = Attribute>
55 m_attributesHasBeenSet =
true;
56 m_attributes.emplace_back(std::forward<AttributesT>(value));
64 template <
typename RequestIdT = Aws::String>
66 m_requestIdHasBeenSet =
true;
67 m_requestId = std::forward<RequestIdT>(value);
69 template <
typename RequestIdT = Aws::String>
82 bool m_attributesHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
DeleteAttributesResult & WithAttributes(AttributesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAttributes(AttributesT &&value)
AWS_ECS_API DeleteAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_ECS_API DeleteAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAttributesResult & AddAttributes(AttributesT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Attribute > & GetAttributes() const
DeleteAttributesResult & WithRequestId(RequestIdT &&value)
AWS_ECS_API DeleteAttributesResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue