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
43 template<
typename SnapshotCopyConfigurationIdT = Aws::String>
44 void SetSnapshotCopyConfigurationId(SnapshotCopyConfigurationIdT&& value) { m_snapshotCopyConfigurationIdHasBeenSet =
true; m_snapshotCopyConfigurationId = std::forward<SnapshotCopyConfigurationIdT>(value); }
45 template<
typename SnapshotCopyConfigurationIdT = Aws::String>
51 bool m_snapshotCopyConfigurationIdHasBeenSet =
false;
void SetSnapshotCopyConfigurationId(SnapshotCopyConfigurationIdT &&value)
AWS_REDSHIFTSERVERLESS_API DeleteSnapshotCopyConfigurationRequest()=default
bool SnapshotCopyConfigurationIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetSnapshotCopyConfigurationId() const
DeleteSnapshotCopyConfigurationRequest & WithSnapshotCopyConfigurationId(SnapshotCopyConfigurationIdT &&value)
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