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
45 inline void SetSnapshotCopyConfigurationId(
const char* value) { m_snapshotCopyConfigurationIdHasBeenSet =
true; m_snapshotCopyConfigurationId.assign(value); }
53 bool m_snapshotCopyConfigurationIdHasBeenSet =
false;
DeleteSnapshotCopyConfigurationRequest & WithSnapshotCopyConfigurationId(const char *value)
void SetSnapshotCopyConfigurationId(const char *value)
AWS_REDSHIFTSERVERLESS_API DeleteSnapshotCopyConfigurationRequest()
DeleteSnapshotCopyConfigurationRequest & WithSnapshotCopyConfigurationId(Aws::String &&value)
void SetSnapshotCopyConfigurationId(Aws::String &&value)
bool SnapshotCopyConfigurationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSnapshotCopyConfigurationId(const Aws::String &value)
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteSnapshotCopyConfigurationRequest & WithSnapshotCopyConfigurationId(const Aws::String &value)
const Aws::String & GetSnapshotCopyConfigurationId() const
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String