7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
9#include <aws/redshift-serverless/model/SnapshotCopyConfiguration.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace RedshiftServerless {
36 template <
typename SnapshotCopyConfigurationT = SnapshotCopyConfiguration>
38 m_snapshotCopyConfigurationHasBeenSet =
true;
39 m_snapshotCopyConfiguration = std::forward<SnapshotCopyConfigurationT>(value);
41 template <
typename SnapshotCopyConfigurationT = SnapshotCopyConfiguration>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_snapshotCopyConfigurationHasBeenSet =
false;
67 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