7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/redshift/model/Tag.h>
58 inline void SetSnapshotIdentifier(
const char* value) { m_snapshotIdentifierHasBeenSet =
true; m_snapshotIdentifier.assign(value); }
72 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
106 bool m_snapshotIdentifierHasBeenSet =
false;
109 bool m_clusterIdentifierHasBeenSet =
false;
111 int m_manualSnapshotRetentionPeriod;
112 bool m_manualSnapshotRetentionPeriodHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
CreateClusterSnapshotRequest & WithSnapshotIdentifier(Aws::String &&value)
bool SnapshotIdentifierHasBeenSet() const
CreateClusterSnapshotRequest & WithClusterIdentifier(const char *value)
CreateClusterSnapshotRequest & AddTags(Tag &&value)
CreateClusterSnapshotRequest & WithTags(const Aws::Vector< Tag > &value)
CreateClusterSnapshotRequest & AddTags(const Tag &value)
CreateClusterSnapshotRequest & WithSnapshotIdentifier(const char *value)
void SetTags(const Aws::Vector< Tag > &value)
void SetSnapshotIdentifier(Aws::String &&value)
bool TagsHasBeenSet() const
int GetManualSnapshotRetentionPeriod() const
void SetClusterIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetSnapshotIdentifier(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
CreateClusterSnapshotRequest & WithClusterIdentifier(Aws::String &&value)
const Aws::String & GetSnapshotIdentifier() const
bool ManualSnapshotRetentionPeriodHasBeenSet() const
CreateClusterSnapshotRequest & WithManualSnapshotRetentionPeriod(int value)
void SetClusterIdentifier(const Aws::String &value)
bool ClusterIdentifierHasBeenSet() const
void SetSnapshotIdentifier(const Aws::String &value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetClusterIdentifier(const char *value)
CreateClusterSnapshotRequest & WithSnapshotIdentifier(const Aws::String &value)
AWS_REDSHIFT_API CreateClusterSnapshotRequest()
CreateClusterSnapshotRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetClusterIdentifier() const
const Aws::Vector< Tag > & GetTags() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
CreateClusterSnapshotRequest & WithClusterIdentifier(const Aws::String &value)
void SetManualSnapshotRetentionPeriod(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector