7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECSRequest.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/AttachmentStateChange.h>
42 template <
typename ClusterT = Aws::String>
44 m_clusterHasBeenSet =
true;
45 m_cluster = std::forward<ClusterT>(value);
47 template <
typename ClusterT = Aws::String>
60 template <
typename AttachmentsT = Aws::Vector<AttachmentStateChange>>
62 m_attachmentsHasBeenSet =
true;
63 m_attachments = std::forward<AttachmentsT>(value);
65 template <
typename AttachmentsT = Aws::Vector<AttachmentStateChange>>
70 template <
typename AttachmentsT = AttachmentStateChange>
72 m_attachmentsHasBeenSet =
true;
73 m_attachments.emplace_back(std::forward<AttachmentsT>(value));
81 bool m_clusterHasBeenSet =
false;
82 bool m_attachmentsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAttachments(AttachmentsT &&value)
SubmitAttachmentStateChangesRequest & WithAttachments(AttachmentsT &&value)
bool AttachmentsHasBeenSet() const
AWS_ECS_API SubmitAttachmentStateChangesRequest()=default
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCluster() const
SubmitAttachmentStateChangesRequest & AddAttachments(AttachmentsT &&value)
const Aws::Vector< AttachmentStateChange > & GetAttachments() const
void SetCluster(ClusterT &&value)
bool ClusterHasBeenSet() const
SubmitAttachmentStateChangesRequest & WithCluster(ClusterT &&value)
AWS_ECS_API Aws::String SerializePayload() const override
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