7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/Attribute.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename AttributesT = Aws::Vector<Attribute>>
39 m_attributesHasBeenSet =
true;
40 m_attributes = std::forward<AttributesT>(value);
42 template <
typename AttributesT = Aws::Vector<Attribute>>
47 template <
typename AttributesT = Attribute>
49 m_attributesHasBeenSet =
true;
50 m_attributes.emplace_back(std::forward<AttributesT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
73 bool m_attributesHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
DeleteAttributesResult & WithAttributes(AttributesT &&value)
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