7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift-serverless/RedshiftServerlessRequest.h>
9#include <aws/redshift-serverless/RedshiftServerless_EXPORTS.h>
14namespace RedshiftServerless {
40 template <
typename OwnerAccountT = Aws::String>
42 m_ownerAccountHasBeenSet =
true;
43 m_ownerAccount = std::forward<OwnerAccountT>(value);
45 template <
typename OwnerAccountT = Aws::String>
58 template <
typename SnapshotArnT = Aws::String>
60 m_snapshotArnHasBeenSet =
true;
61 m_snapshotArn = std::forward<SnapshotArnT>(value);
63 template <
typename SnapshotArnT = Aws::String>
76 template <
typename SnapshotNameT = Aws::String>
78 m_snapshotNameHasBeenSet =
true;
79 m_snapshotName = std::forward<SnapshotNameT>(value);
81 template <
typename SnapshotNameT = Aws::String>
93 bool m_ownerAccountHasBeenSet =
false;
94 bool m_snapshotArnHasBeenSet =
false;
95 bool m_snapshotNameHasBeenSet =
false;
GetSnapshotRequest & WithSnapshotName(SnapshotNameT &&value)
const Aws::String & GetSnapshotArn() const
void SetOwnerAccount(OwnerAccountT &&value)
bool OwnerAccountHasBeenSet() const
const Aws::String & GetSnapshotName() const
bool SnapshotArnHasBeenSet() const
GetSnapshotRequest & WithOwnerAccount(OwnerAccountT &&value)
AWS_REDSHIFTSERVERLESS_API GetSnapshotRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFTSERVERLESS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetOwnerAccount() const
GetSnapshotRequest & WithSnapshotArn(SnapshotArnT &&value)
AWS_REDSHIFTSERVERLESS_API Aws::String SerializePayload() const override
void SetSnapshotArn(SnapshotArnT &&value)
void SetSnapshotName(SnapshotNameT &&value)
bool SnapshotNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String