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>
47 template <
typename HsmClientCertificateIdentifierT = Aws::String>
49 m_hsmClientCertificateIdentifierHasBeenSet =
true;
50 m_hsmClientCertificateIdentifier = std::forward<HsmClientCertificateIdentifierT>(value);
52 template <
typename HsmClientCertificateIdentifierT = Aws::String>
71 m_maxRecordsHasBeenSet =
true;
91 template <
typename MarkerT = Aws::String>
93 m_markerHasBeenSet =
true;
94 m_marker = std::forward<MarkerT>(value);
96 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));
145 template <
typename TagValuesT = Aws::Vector<Aws::String>>
147 m_tagValuesHasBeenSet =
true;
148 m_tagValues = std::forward<TagValuesT>(value);
150 template <
typename TagValuesT = Aws::Vector<Aws::String>>
155 template <
typename TagValuesT = Aws::String>
157 m_tagValuesHasBeenSet =
true;
158 m_tagValues.emplace_back(std::forward<TagValuesT>(value));
172 bool m_hsmClientCertificateIdentifierHasBeenSet =
false;
173 bool m_maxRecordsHasBeenSet =
false;
174 bool m_markerHasBeenSet =
false;
175 bool m_tagKeysHasBeenSet =
false;
176 bool m_tagValuesHasBeenSet =
false;
void SetMaxRecords(int value)
DescribeHsmClientCertificatesRequest & WithMarker(MarkerT &&value)
const Aws::String & GetMarker() const
const Aws::Vector< Aws::String > & GetTagKeys() const
DescribeHsmClientCertificatesRequest & WithTagKeys(TagKeysT &&value)
bool TagKeysHasBeenSet() const
void SetMarker(MarkerT &&value)
DescribeHsmClientCertificatesRequest & WithTagValues(TagValuesT &&value)
DescribeHsmClientCertificatesRequest & WithMaxRecords(int value)
bool MaxRecordsHasBeenSet() const
DescribeHsmClientCertificatesRequest & AddTagKeys(TagKeysT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
bool HsmClientCertificateIdentifierHasBeenSet() const
DescribeHsmClientCertificatesRequest & AddTagValues(TagValuesT &&value)
const Aws::Vector< Aws::String > & GetTagValues() const
const Aws::String & GetHsmClientCertificateIdentifier() const
void SetTagValues(TagValuesT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTagKeys(TagKeysT &&value)
AWS_REDSHIFT_API DescribeHsmClientCertificatesRequest()=default
bool TagValuesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MarkerHasBeenSet() const
DescribeHsmClientCertificatesRequest & WithHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
void SetHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT &&value)
int GetMaxRecords() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector