7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
52 inline void SetSnapshotCopyGrantName(
const char* value) { m_snapshotCopyGrantNameHasBeenSet =
true; m_snapshotCopyGrantName.assign(value); }
69 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
88 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
136 bool m_snapshotCopyGrantNameHasBeenSet =
false;
139 bool m_maxRecordsHasBeenSet =
false;
142 bool m_markerHasBeenSet =
false;
145 bool m_tagKeysHasBeenSet =
false;
148 bool m_tagValuesHasBeenSet =
false;
AWS_REDSHIFT_API DescribeSnapshotCopyGrantsRequest()
DescribeSnapshotCopyGrantsRequest & AddTagValues(const char *value)
DescribeSnapshotCopyGrantsRequest & WithTagKeys(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetTagKeys() const
DescribeSnapshotCopyGrantsRequest & WithTagValues(const Aws::Vector< Aws::String > &value)
void SetMaxRecords(int value)
bool TagValuesHasBeenSet() const
DescribeSnapshotCopyGrantsRequest & WithTagKeys(Aws::Vector< Aws::String > &&value)
DescribeSnapshotCopyGrantsRequest & AddTagKeys(const char *value)
DescribeSnapshotCopyGrantsRequest & WithMarker(const char *value)
void SetMarker(const char *value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeSnapshotCopyGrantsRequest & WithSnapshotCopyGrantName(const char *value)
void SetSnapshotCopyGrantName(const Aws::String &value)
int GetMaxRecords() const
bool SnapshotCopyGrantNameHasBeenSet() const
DescribeSnapshotCopyGrantsRequest & WithSnapshotCopyGrantName(const Aws::String &value)
void SetMarker(Aws::String &&value)
void SetTagKeys(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
DescribeSnapshotCopyGrantsRequest & AddTagKeys(const Aws::String &value)
DescribeSnapshotCopyGrantsRequest & WithMarker(Aws::String &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetSnapshotCopyGrantName() const
void SetMarker(const Aws::String &value)
DescribeSnapshotCopyGrantsRequest & AddTagValues(const Aws::String &value)
DescribeSnapshotCopyGrantsRequest & AddTagKeys(Aws::String &&value)
DescribeSnapshotCopyGrantsRequest & WithMarker(const Aws::String &value)
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
DescribeSnapshotCopyGrantsRequest & WithTagValues(Aws::Vector< Aws::String > &&value)
void SetTagKeys(const Aws::Vector< Aws::String > &value)
bool TagKeysHasBeenSet() const
void SetTagValues(Aws::Vector< Aws::String > &&value)
void SetSnapshotCopyGrantName(Aws::String &&value)
void SetTagValues(const Aws::Vector< Aws::String > &value)
DescribeSnapshotCopyGrantsRequest & WithSnapshotCopyGrantName(Aws::String &&value)
DescribeSnapshotCopyGrantsRequest & WithMaxRecords(int value)
void SetSnapshotCopyGrantName(const char *value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeSnapshotCopyGrantsRequest & AddTagValues(Aws::String &&value)
const Aws::Vector< Aws::String > & GetTagValues() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector