7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
46 template <
typename SnapshotCopyGrantNameT = Aws::String>
48 m_snapshotCopyGrantNameHasBeenSet =
true;
49 m_snapshotCopyGrantName = std::forward<SnapshotCopyGrantNameT>(value);
51 template <
typename SnapshotCopyGrantNameT = Aws::String>
70 m_maxRecordsHasBeenSet =
true;
92 template <
typename MarkerT = Aws::String>
94 m_markerHasBeenSet =
true;
95 m_marker = std::forward<MarkerT>(value);
97 template <
typename MarkerT = Aws::String>
115 template <
typename TagKeysT = Aws::Vector<Aws::String>>
117 m_tagKeysHasBeenSet =
true;
118 m_tagKeys = std::forward<TagKeysT>(value);
120 template <
typename TagKeysT = Aws::Vector<Aws::String>>
125 template <
typename TagKeysT = Aws::String>
127 m_tagKeysHasBeenSet =
true;
128 m_tagKeys.emplace_back(std::forward<TagKeysT>(value));
144 template <
typename TagValuesT = Aws::Vector<Aws::String>>
146 m_tagValuesHasBeenSet =
true;
147 m_tagValues = std::forward<TagValuesT>(value);
149 template <
typename TagValuesT = Aws::Vector<Aws::String>>
154 template <
typename TagValuesT = Aws::String>
156 m_tagValuesHasBeenSet =
true;
157 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
171 bool m_snapshotCopyGrantNameHasBeenSet =
false;
172 bool m_maxRecordsHasBeenSet =
false;
173 bool m_markerHasBeenSet =
false;
174 bool m_tagKeysHasBeenSet =
false;
175 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