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 HsmConfigurationIdentifierT = Aws::String>
49 m_hsmConfigurationIdentifierHasBeenSet =
true;
50 m_hsmConfigurationIdentifier = std::forward<HsmConfigurationIdentifierT>(value);
52 template <
typename HsmConfigurationIdentifierT = 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_hsmConfigurationIdentifierHasBeenSet =
false;
173 bool m_maxRecordsHasBeenSet =
false;
174 bool m_markerHasBeenSet =
false;
175 bool m_tagKeysHasBeenSet =
false;
176 bool m_tagValuesHasBeenSet =
false;
bool TagKeysHasBeenSet() const
void SetTagValues(TagValuesT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeHsmConfigurationsRequest & WithMaxRecords(int value)
DescribeHsmConfigurationsRequest & AddTagValues(TagValuesT &&value)
const Aws::String & GetHsmConfigurationIdentifier() const
AWS_REDSHIFT_API DescribeHsmConfigurationsRequest()=default
DescribeHsmConfigurationsRequest & AddTagKeys(TagKeysT &&value)
DescribeHsmConfigurationsRequest & WithTagValues(TagValuesT &&value)
void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
const Aws::Vector< Aws::String > & GetTagKeys() const
const Aws::String & GetMarker() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetMaxRecords(int value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetTagValues() const
void SetMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
bool HsmConfigurationIdentifierHasBeenSet() const
int GetMaxRecords() const
DescribeHsmConfigurationsRequest & WithMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
DescribeHsmConfigurationsRequest & WithHsmConfigurationIdentifier(HsmConfigurationIdentifierT &&value)
bool TagValuesHasBeenSet() const
DescribeHsmConfigurationsRequest & WithTagKeys(TagKeysT &&value)
void SetTagKeys(TagKeysT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector