7#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
8#include <aws/redshift-serverless/model/SnapshotCopyConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace RedshiftServerless
41 template<
typename SnapshotCopyConfigurationT = SnapshotCopyConfiguration>
42 void SetSnapshotCopyConfiguration(SnapshotCopyConfigurationT&& value) { m_snapshotCopyConfigurationHasBeenSet =
true; m_snapshotCopyConfiguration = std::forward<SnapshotCopyConfigurationT>(value); }
43 template<
typename SnapshotCopyConfigurationT = SnapshotCopyConfiguration>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_snapshotCopyConfigurationHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_REDSHIFTSERVERLESS_API DeleteSnapshotCopyConfigurationResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_REDSHIFTSERVERLESS_API DeleteSnapshotCopyConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSnapshotCopyConfigurationResult & WithRequestId(RequestIdT &&value)
void SetSnapshotCopyConfiguration(SnapshotCopyConfigurationT &&value)
AWS_REDSHIFTSERVERLESS_API DeleteSnapshotCopyConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const SnapshotCopyConfiguration & GetSnapshotCopyConfiguration() const
DeleteSnapshotCopyConfigurationResult & WithSnapshotCopyConfiguration(SnapshotCopyConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue