7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ecs/model/AttachmentStateChange.h>
46 template<
typename ClusterT = Aws::String>
47 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
48 template<
typename ClusterT = Aws::String>
58 template<
typename AttachmentsT = Aws::Vector<AttachmentStateChange>>
59 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
60 template<
typename AttachmentsT = Aws::Vector<AttachmentStateChange>>
62 template<
typename AttachmentsT = AttachmentStateChange>
68 bool m_clusterHasBeenSet =
false;
71 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