7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/storagegateway/StorageGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/storagegateway/model/Tag.h>
16namespace StorageGateway
53 inline void SetVolumeARN(
const char* value) { m_volumeARNHasBeenSet =
true; m_volumeARN.assign(value); }
69 inline void SetSnapshotDescription(
const char* value) { m_snapshotDescriptionHasBeenSet =
true; m_snapshotDescription.assign(value); }
95 bool m_volumeARNHasBeenSet =
false;
98 bool m_snapshotDescriptionHasBeenSet =
false;
101 bool m_tagsHasBeenSet =
false;
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool SnapshotDescriptionHasBeenSet() const
void SetSnapshotDescription(Aws::String &&value)
bool VolumeARNHasBeenSet() const
CreateSnapshotRequest & WithSnapshotDescription(const char *value)
CreateSnapshotRequest & WithSnapshotDescription(const Aws::String &value)
void SetVolumeARN(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
void SetSnapshotDescription(const char *value)
CreateSnapshotRequest & WithSnapshotDescription(Aws::String &&value)
void SetVolumeARN(const char *value)
CreateSnapshotRequest & WithVolumeARN(Aws::String &&value)
const Aws::String & GetSnapshotDescription() const
CreateSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
void SetSnapshotDescription(const Aws::String &value)
CreateSnapshotRequest & AddTags(Tag &&value)
CreateSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
AWS_STORAGEGATEWAY_API CreateSnapshotRequest()
const Aws::String & GetVolumeARN() const
void SetTags(const Aws::Vector< Tag > &value)
CreateSnapshotRequest & AddTags(const Tag &value)
void SetTags(Aws::Vector< Tag > &&value)
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateSnapshotRequest & WithVolumeARN(const Aws::String &value)
CreateSnapshotRequest & WithVolumeARN(const char *value)
void SetVolumeARN(Aws::String &&value)
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