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
51 template<
typename VolumeARNT = Aws::String>
52 void SetVolumeARN(VolumeARNT&& value) { m_volumeARNHasBeenSet =
true; m_volumeARN = std::forward<VolumeARNT>(value); }
53 template<
typename VolumeARNT = Aws::String>
65 template<
typename SnapshotDescriptionT = Aws::String>
66 void SetSnapshotDescription(SnapshotDescriptionT&& value) { m_snapshotDescriptionHasBeenSet =
true; m_snapshotDescription = std::forward<SnapshotDescriptionT>(value); }
67 template<
typename SnapshotDescriptionT = Aws::String>
81 template<
typename TagsT = Aws::Vector<Tag>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Vector<Tag>>
85 template<
typename TagsT = Tag>
91 bool m_volumeARNHasBeenSet =
false;
94 bool m_snapshotDescriptionHasBeenSet =
false;
97 bool m_tagsHasBeenSet =
false;
void SetSnapshotDescription(SnapshotDescriptionT &&value)
AWS_STORAGEGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool SnapshotDescriptionHasBeenSet() const
bool VolumeARNHasBeenSet() const
AWS_STORAGEGATEWAY_API CreateSnapshotRequest()=default
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetSnapshotDescription() const
CreateSnapshotRequest & WithVolumeARN(VolumeARNT &&value)
CreateSnapshotRequest & AddTags(TagsT &&value)
CreateSnapshotRequest & WithSnapshotDescription(SnapshotDescriptionT &&value)
CreateSnapshotRequest & WithTags(TagsT &&value)
const Aws::String & GetVolumeARN() const
AWS_STORAGEGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetVolumeARN(VolumeARNT &&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