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>
51 template<
typename HsmClientCertificateIdentifierT = Aws::String>
52 void SetHsmClientCertificateIdentifier(HsmClientCertificateIdentifierT&& value) { m_hsmClientCertificateIdentifierHasBeenSet =
true; m_hsmClientCertificateIdentifier = std::forward<HsmClientCertificateIdentifierT>(value); }
53 template<
typename HsmClientCertificateIdentifierT = Aws::String>
68 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
83 template<
typename MarkerT = Aws::String>
84 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
85 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>
121 template<
typename TagValuesT = Aws::Vector<Aws::String>>
122 void SetTagValues(TagValuesT&& value) { m_tagValuesHasBeenSet =
true; m_tagValues = std::forward<TagValuesT>(value); }
123 template<
typename TagValuesT = Aws::Vector<Aws::String>>
125 template<
typename TagValuesT = Aws::String>
131 bool m_hsmClientCertificateIdentifierHasBeenSet =
false;
134 bool m_maxRecordsHasBeenSet =
false;
137 bool m_markerHasBeenSet =
false;
140 bool m_tagKeysHasBeenSet =
false;
143 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