7#include <aws/ebs/EBS_EXPORTS.h>
8#include <aws/ebs/EBSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ebs/model/Tag.h>
13#include <aws/core/utils/UUID.h>
45 inline void SetVolumeSize(
long long value) { m_volumeSizeHasBeenSet =
true; m_volumeSize = value; }
74 inline void SetParentSnapshotId(
const char* value) { m_parentSnapshotIdHasBeenSet =
true; m_parentSnapshotId.assign(value); }
102 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
125 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
152 inline void SetEncrypted(
bool value) { m_encryptedHasBeenSet =
true; m_encrypted = value; }
177 inline void SetKmsKeyArn(
const char* value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn.assign(value); }
193 inline void SetTimeout(
int value) { m_timeoutHasBeenSet =
true; m_timeout = value; }
198 long long m_volumeSize;
199 bool m_volumeSizeHasBeenSet =
false;
202 bool m_parentSnapshotIdHasBeenSet =
false;
205 bool m_tagsHasBeenSet =
false;
208 bool m_descriptionHasBeenSet =
false;
211 bool m_clientTokenHasBeenSet =
false;
214 bool m_encryptedHasBeenSet =
false;
217 bool m_kmsKeyArnHasBeenSet =
false;
220 bool m_timeoutHasBeenSet =
false;
void SetClientToken(const Aws::String &value)
StartSnapshotRequest & WithVolumeSize(long long value)
StartSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
bool VolumeSizeHasBeenSet() const
void SetKmsKeyArn(const Aws::String &value)
void SetParentSnapshotId(Aws::String &&value)
StartSnapshotRequest & WithClientToken(const char *value)
void SetParentSnapshotId(const char *value)
bool TagsHasBeenSet() const
StartSnapshotRequest & WithClientToken(const Aws::String &value)
void SetDescription(const char *value)
StartSnapshotRequest & WithEncrypted(bool value)
void SetKmsKeyArn(const char *value)
void SetDescription(Aws::String &&value)
StartSnapshotRequest & WithKmsKeyArn(const Aws::String &value)
bool ClientTokenHasBeenSet() const
StartSnapshotRequest & WithDescription(const char *value)
StartSnapshotRequest & WithKmsKeyArn(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
AWS_EBS_API StartSnapshotRequest()
const Aws::String & GetDescription() const
const Aws::String & GetKmsKeyArn() const
void SetTimeout(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
void SetClientToken(Aws::String &&value)
StartSnapshotRequest & WithTimeout(int value)
void SetEncrypted(bool value)
AWS_EBS_API Aws::String SerializePayload() const override
StartSnapshotRequest & WithDescription(Aws::String &&value)
StartSnapshotRequest & WithDescription(const Aws::String &value)
const Aws::String & GetParentSnapshotId() const
bool TimeoutHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetParentSnapshotId(const Aws::String &value)
bool EncryptedHasBeenSet() const
StartSnapshotRequest & WithParentSnapshotId(const char *value)
bool GetEncrypted() const
bool KmsKeyArnHasBeenSet() const
long long GetVolumeSize() const
void SetClientToken(const char *value)
StartSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
StartSnapshotRequest & WithParentSnapshotId(const Aws::String &value)
StartSnapshotRequest & WithParentSnapshotId(Aws::String &&value)
StartSnapshotRequest & WithKmsKeyArn(const char *value)
StartSnapshotRequest & AddTags(const Tag &value)
StartSnapshotRequest & AddTags(Tag &&value)
void SetVolumeSize(long long value)
void SetKmsKeyArn(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
void SetTags(Aws::Vector< Tag > &&value)
void SetDescription(const Aws::String &value)
bool ParentSnapshotIdHasBeenSet() const
StartSnapshotRequest & WithClientToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector