14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
AWS_ECS_API DeleteAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteAttributesResult & WithAttributes(Aws::Vector< Attribute > &&value)
DeleteAttributesResult & AddAttributes(Attribute &&value)
AWS_ECS_API DeleteAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAttributes(Aws::Vector< Attribute > &&value)
AWS_ECS_API DeleteAttributesResult()
const Aws::Vector< Attribute > & GetAttributes() const
DeleteAttributesResult & WithAttributes(const Aws::Vector< Attribute > &value)
DeleteAttributesResult & AddAttributes(const Attribute &value)
void SetAttributes(const Aws::Vector< Attribute > &value)
std::vector< T, Aws::Allocator< T > > Vector