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>
56 inline void SetDBClusterSnapshotIdentifier(
const char* value) { m_dBClusterSnapshotIdentifierHasBeenSet =
true; m_dBClusterSnapshotIdentifier.assign(value); }
73 inline void SetDBClusterIdentifier(
const char* value) { m_dBClusterIdentifierHasBeenSet =
true; m_dBClusterIdentifier.assign(value); }
95 bool m_dBClusterSnapshotIdentifierHasBeenSet =
false;
98 bool m_dBClusterIdentifierHasBeenSet =
false;
101 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDBClusterIdentifier() const
AWS_RDS_API CreateDBClusterSnapshotRequest()
void SetDBClusterSnapshotIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
CreateDBClusterSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(const Aws::String &value)
bool DBClusterSnapshotIdentifierHasBeenSet() const
void SetTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(const char *value)
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(const char *value)
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(const Aws::String &value)
bool TagsHasBeenSet() const
CreateDBClusterSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
CreateDBClusterSnapshotRequest & WithDBClusterIdentifier(Aws::String &&value)
void SetDBClusterIdentifier(const char *value)
const Aws::Vector< Tag > & GetTags() const
CreateDBClusterSnapshotRequest & AddTags(Tag &&value)
CreateDBClusterSnapshotRequest & WithDBClusterSnapshotIdentifier(Aws::String &&value)
void SetDBClusterIdentifier(Aws::String &&value)
void SetDBClusterIdentifier(const Aws::String &value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_RDS_API Aws::String SerializePayload() const override
void SetDBClusterSnapshotIdentifier(const char *value)
bool DBClusterIdentifierHasBeenSet() const
void SetDBClusterSnapshotIdentifier(Aws::String &&value)
const Aws::String & GetDBClusterSnapshotIdentifier() const
CreateDBClusterSnapshotRequest & AddTags(const Tag &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector