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>
50 template<
typename SnapshotCopyGrantNameT = Aws::String>
51 void SetSnapshotCopyGrantName(SnapshotCopyGrantNameT&& value) { m_snapshotCopyGrantNameHasBeenSet =
true; m_snapshotCopyGrantName = std::forward<SnapshotCopyGrantNameT>(value); }
52 template<
typename SnapshotCopyGrantNameT = Aws::String>
67 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
84 template<
typename MarkerT = Aws::String>
85 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
86 template<
typename MarkerT = Aws::String>
101 template<
typename TagKeysT = Aws::Vector<Aws::String>>
102 void SetTagKeys(TagKeysT&& value) { m_tagKeysHasBeenSet =
true; m_tagKeys = std::forward<TagKeysT>(value); }
103 template<
typename TagKeysT = Aws::Vector<Aws::String>>
105 template<
typename TagKeysT = Aws::String>
120 template<
typename TagValuesT = Aws::Vector<Aws::String>>
121 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
122 template<
typename TagValuesT = Aws::Vector<Aws::String>>
124 template<
typename TagValuesT = Aws::String>
130 bool m_snapshotCopyGrantNameHasBeenSet =
false;
133 bool m_maxRecordsHasBeenSet =
false;
136 bool m_markerHasBeenSet =
false;
139 bool m_tagKeysHasBeenSet =
false;
142 bool m_tagValuesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTagKeys() const
DescribeSnapshotCopyGrantsRequest & WithSnapshotCopyGrantName(SnapshotCopyGrantNameT &&value)
void SetMaxRecords(int value)
bool TagValuesHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
int GetMaxRecords() const
bool SnapshotCopyGrantNameHasBeenSet() const
void SetMarker(MarkerT &&value)
DescribeSnapshotCopyGrantsRequest & AddTagKeys(TagKeysT &&value)
virtual const char * GetServiceRequestName() const override
DescribeSnapshotCopyGrantsRequest & AddTagValues(TagValuesT &&value)
bool MarkerHasBeenSet() const
const Aws::String & GetSnapshotCopyGrantName() const
void SetTagValues(TagValuesT &&value)
void SetSnapshotCopyGrantName(SnapshotCopyGrantNameT &&value)
DescribeSnapshotCopyGrantsRequest & WithTagValues(TagValuesT &&value)
AWS_REDSHIFT_API DescribeSnapshotCopyGrantsRequest()=default
const Aws::String & GetMarker() const
bool MaxRecordsHasBeenSet() const
bool TagKeysHasBeenSet() const
DescribeSnapshotCopyGrantsRequest & WithTagKeys(TagKeysT &&value)
DescribeSnapshotCopyGrantsRequest & WithMaxRecords(int value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeSnapshotCopyGrantsRequest & WithMarker(MarkerT &&value)
void SetTagKeys(TagKeysT &&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