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 HsmConfigurationIdentifierT = Aws::String>
52 void SetHsmConfigurationIdentifier(HsmConfigurationIdentifierT&& value) { m_hsmConfigurationIdentifierHasBeenSet =
true; m_hsmConfigurationIdentifier = std::forward<HsmConfigurationIdentifierT>(value); }
53 template<
typename HsmConfigurationIdentifierT = 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_hsmConfigurationIdentifierHasBeenSet =
false;
134 bool m_maxRecordsHasBeenSet =
false;
137 bool m_markerHasBeenSet =
false;
140 bool m_tagKeysHasBeenSet =
false;
143 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