7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Tag.h>
54 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
55 void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT&& value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier = std::forward<DBClusterSnapshotIdentifierT>(value); }
56 template<
typename DBClusterSnapshotIdentifierT = Aws::String>
69 template<
typename DBClusterIdentifierT = Aws::String>
70 void SetDBClusterIdentifier(DBClusterIdentifierT&& value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier = std::forward<DBClusterIdentifierT>(value); }
71 template<
typename DBClusterIdentifierT = 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_dBClusterSnapshotIdentifierHasBeenSet =
false;
94 bool m_dBClusterIdentifierHasBeenSet =
false;
97 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDBClusterIdentifier() const
virtual const char * GetServiceRequestName() const override
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(DBClusterIdentifierT &&value)
void SetDBClusterIdentifier(DBClusterIdentifierT &&value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
void SetDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
void SetTags(TagsT &&value)
CreateDBClusterSnapshotRequest & WithTags(TagsT &&value)
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(DBClusterSnapshotIdentifierT &&value)
CreateDBClusterSnapshotRequest & AddTags(TagsT &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
AWS_RDS_API CreateDBClusterSnapshotRequest()=default
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_RDS_API Aws::String SerializePayload() const override
bool DBClusterIdentifierHasBeenSet() const
const Aws::String & GetDBClusterSnapshotIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector