7#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8#include <aws/docdb-elastic/DocDBElasticRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
43 template<
typename ClusterArnT = Aws::String>
44 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
45 template<
typename ClusterArnT = Aws::String>
55 template<
typename SnapshotNameT = Aws::String>
56 void SetSnapshotName(SnapshotNameT&& value) { m_snapshotNameHasBeenSet =
true; m_snapshotName = std::forward<SnapshotNameT>(value); }
57 template<
typename SnapshotNameT = Aws::String>
67 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
68 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
69 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
71 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
73 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
79 bool m_clusterArnHasBeenSet =
false;
82 bool m_snapshotNameHasBeenSet =
false;
85 bool m_tagsHasBeenSet =
false;
bool ClusterArnHasBeenSet() const
void SetTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSnapshotName() const
AWS_DOCDBELASTIC_API CreateClusterSnapshotRequest()=default
AWS_DOCDBELASTIC_API Aws::String SerializePayload() const override
CreateClusterSnapshotRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetSnapshotName(SnapshotNameT &&value)
bool TagsHasBeenSet() const
CreateClusterSnapshotRequest & WithClusterArn(ClusterArnT &&value)
CreateClusterSnapshotRequest & WithSnapshotName(SnapshotNameT &&value)
CreateClusterSnapshotRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool SnapshotNameHasBeenSet() const
const Aws::String & GetClusterArn() const
void SetClusterArn(ClusterArnT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String