7#include <aws/fsx/FSx_EXPORTS.h>
8#include <aws/fsx/FSxRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/fsx/model/Tag.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename ClientRequestTokenT = Aws::String>
45 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
46 template<
typename ClientRequestTokenT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename VolumeIdT = Aws::String>
69 void SetVolumeId(VolumeIdT&& value) { m_volumeIdHasBeenSet =
true; m_volumeId = std::forward<VolumeIdT>(value); }
70 template<
typename VolumeIdT = Aws::String>
78 template<
typename TagsT = Aws::Vector<Tag>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Vector<Tag>>
82 template<
typename TagsT = Tag>
88 bool m_clientRequestTokenHasBeenSet =
true;
91 bool m_nameHasBeenSet =
false;
94 bool m_volumeIdHasBeenSet =
false;
97 bool m_tagsHasBeenSet =
false;
CreateSnapshotRequest & AddTags(TagsT &&value)
bool NameHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
AWS_FSX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FSX_API CreateSnapshotRequest()=default
bool VolumeIdHasBeenSet() const
const Aws::String & GetName() const
AWS_FSX_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetVolumeId() const
CreateSnapshotRequest & WithVolumeId(VolumeIdT &&value)
const Aws::Vector< Tag > & GetTags() const
void SetName(NameT &&value)
CreateSnapshotRequest & WithTags(TagsT &&value)
const Aws::String & GetClientRequestToken() const
void SetVolumeId(VolumeIdT &&value)
CreateSnapshotRequest & WithName(NameT &&value)
CreateSnapshotRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
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