7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/fsx/FSxRequest.h>
11#include <aws/fsx/FSx_EXPORTS.h>
12#include <aws/fsx/model/Tag.h>
40 template <
typename ClientRequestTokenT = Aws::String>
42 m_clientRequestTokenHasBeenSet =
true;
43 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
45 template <
typename ClientRequestTokenT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename VolumeIdT = Aws::String>
78 m_volumeIdHasBeenSet =
true;
79 m_volumeId = std::forward<VolumeIdT>(value);
81 template <
typename VolumeIdT = Aws::String>
92 template <
typename TagsT = Aws::Vector<Tag>>
94 m_tagsHasBeenSet =
true;
95 m_tags = std::forward<TagsT>(value);
97 template <
typename TagsT = Aws::Vector<Tag>>
99 SetTags(std::forward<TagsT>(value));
102 template <
typename TagsT = Tag>
104 m_tagsHasBeenSet =
true;
105 m_tags.emplace_back(std::forward<TagsT>(value));
117 bool m_clientRequestTokenHasBeenSet =
true;
118 bool m_nameHasBeenSet =
false;
119 bool m_volumeIdHasBeenSet =
false;
120 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