63 inline void SetHsmConfigurationIdentifier(
const char* value) { m_hsmConfigurationIdentifierHasBeenSet =
true; m_hsmConfigurationIdentifier.assign(value); }
104 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
154 inline void SetMarker(
const char* value) { m_markerHasBeenSet =
true; m_marker.assign(value); }
364 bool m_hsmConfigurationIdentifierHasBeenSet;
366 bool m_maxRecordsHasBeenSet;
368 bool m_markerHasBeenSet;
370 bool m_tagKeysHasBeenSet;
372 bool m_tagValuesHasBeenSet;
DescribeHsmConfigurationsRequest & WithMaxRecords(int value)
DescribeHsmConfigurationsRequest & WithTagValues(const Aws::Vector< Aws::String > &value)
void SetMarker(const char *value)
DescribeHsmConfigurationsRequest & WithHsmConfigurationIdentifier(const char *value)
DescribeHsmConfigurationsRequest & WithMarker(const char *value)
void SetMarker(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeHsmConfigurationsRequest & WithHsmConfigurationIdentifier(const Aws::String &value)
DescribeHsmConfigurationsRequest & WithMarker(const Aws::String &value)
DescribeHsmConfigurationsRequest & WithHsmConfigurationIdentifier(Aws::String &&value)
DescribeHsmConfigurationsRequest & WithMarker(Aws::String &&value)
void SetHsmConfigurationIdentifier(const Aws::String &value)
void SetTagKeys(const Aws::Vector< Aws::String > &value)
void SetHsmConfigurationIdentifier(Aws::String &&value)
void SetMarker(Aws::String &&value)
DescribeHsmConfigurationsRequest & AddTagKeys(const char *value)
DescribeHsmConfigurationsRequest & WithTagKeys(const Aws::Vector< Aws::String > &value)
DescribeHsmConfigurationsRequest & AddTagValues(Aws::String &&value)
DescribeHsmConfigurationsRequest & AddTagKeys(const Aws::String &value)
DescribeHsmConfigurationsRequest & WithTagValues(Aws::Vector< Aws::String > &&value)
DescribeHsmConfigurationsRequest & AddTagValues(const char *value)
DescribeHsmConfigurationsRequest & AddTagKeys(Aws::String &&value)
int GetMaxRecords() const
const Aws::Vector< Aws::String > & GetTagKeys() const
void SetTagValues(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetMarker() const
void SetTagKeys(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetTagValues() const
void SetMaxRecords(int value)
const Aws::String & GetHsmConfigurationIdentifier() const
void SetHsmConfigurationIdentifier(const char *value)
DescribeHsmConfigurationsRequest & AddTagValues(const Aws::String &value)
DescribeHsmConfigurationsRequest & WithTagKeys(Aws::Vector< Aws::String > &&value)
void SetTagValues(Aws::Vector< Aws::String > &&value)
JSON (JavaScript Object Notation).