7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace RedshiftServerless
44 template<
typename DestinationKmsKeyIdT = Aws::String>
45 void SetDestinationKmsKeyId(DestinationKmsKeyIdT&& value) { m_destinationKmsKeyIdHasBeenSet =
true; m_destinationKmsKeyId = std::forward<DestinationKmsKeyIdT>(value); }
46 template<
typename DestinationKmsKeyIdT = Aws::String>
57 template<
typename DestinationRegionT = Aws::String>
58 void SetDestinationRegion(DestinationRegionT&& value) { m_destinationRegionHasBeenSet =
true; m_destinationRegion = std::forward<DestinationRegionT>(value); }
59 template<
typename DestinationRegionT = Aws::String>
69 template<
typename NamespaceNameT = Aws::String>
70 void SetNamespaceName(NamespaceNameT&& value) { m_namespaceNameHasBeenSet =
true; m_namespaceName = std::forward<NamespaceNameT>(value); }
71 template<
typename NamespaceNameT = Aws::String>
88 bool m_destinationKmsKeyIdHasBeenSet =
false;
91 bool m_destinationRegionHasBeenSet =
false;
94 bool m_namespaceNameHasBeenSet =
false;
96 int m_snapshotRetentionPeriod{0};
97 bool m_snapshotRetentionPeriodHasBeenSet =
false;
CreateSnapshotCopyConfigurationRequest & WithDestinationRegion(DestinationRegionT &&value)
void SetSnapshotRetentionPeriod(int value)
const Aws::String & GetDestinationKmsKeyId() const
void SetDestinationRegion(DestinationRegionT &&value)
void SetNamespaceName(NamespaceNameT &&value)
bool NamespaceNameHasBeenSet() const
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool DestinationKmsKeyIdHasBeenSet() const
CreateSnapshotCopyConfigurationRequest & WithNamespaceName(NamespaceNameT &&value)
bool SnapshotRetentionPeriodHasBeenSet() const
void SetDestinationKmsKeyId(DestinationKmsKeyIdT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
bool DestinationRegionHasBeenSet() const
CreateSnapshotCopyConfigurationRequest & WithSnapshotRetentionPeriod(int value)
const Aws::String & GetNamespaceName() const
int GetSnapshotRetentionPeriod() const
AWS_REDSHIFTSERVERLESS_API CreateSnapshotCopyConfigurationRequest()=default
CreateSnapshotCopyConfigurationRequest & WithDestinationKmsKeyId(DestinationKmsKeyIdT &&value)
const Aws::String & GetDestinationRegion() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String