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;
UpdateSnapshotCopyConfigurationResult & WithRequestId(RequestIdT &&value)
const SnapshotCopyConfiguration & GetSnapshotCopyConfiguration() const
AWS_REDSHIFTSERVERLESS_API UpdateSnapshotCopyConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REDSHIFTSERVERLESS_API UpdateSnapshotCopyConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSnapshotCopyConfiguration(SnapshotCopyConfigurationT &&value)
AWS_REDSHIFTSERVERLESS_API UpdateSnapshotCopyConfigurationResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
UpdateSnapshotCopyConfigurationResult & WithSnapshotCopyConfiguration(SnapshotCopyConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue