7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/Tag.h>
55 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
56 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
57 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
70 template<
typename DBClusterIdentifierT = Aws::String>
71 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
72 template<
typename DBClusterIdentifierT = Aws::String>
82 template<
typename TagsT = Aws::Vector<Tag>>
83 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
84 template<
typename TagsT = Aws::Vector<Tag>>
86 template<
typename TagsT = Tag>
92 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
95 bool m_dBClusterIdentifierHasBeenSet =
false;
98 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
bool DBClusterSnapshotIdentifierHasBeenSet() const
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
AWS_DOCDB_API CreateDBClusterSnapshotRequest()=default
CreateDBClusterSnapshotRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
CreateDBClusterSnapshotRequest & AddTags(TagsT &&value)
bool DBClusterIdentifierHasBeenSet() const
const Aws::String & GetDBClusterIdentifier() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
AWS_DOCDB_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector