/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a request to list the configuration sets associated with your AWS
* account. Configuration sets enable you to publish email sending events. For
* information about using configuration sets, see the Amazon
* SES Developer Guide.See Also:
AWS
* API Reference
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
A token returned from a previous call to ListConfigurationSets
* to indicate the position of the configuration set in the configuration set
* list.
The number of configuration sets to return.
*/ inline int GetMaxItems() const{ return m_maxItems; } /** *The number of configuration sets to return.
*/ inline bool MaxItemsHasBeenSet() const { return m_maxItemsHasBeenSet; } /** *The number of configuration sets to return.
*/ inline void SetMaxItems(int value) { m_maxItemsHasBeenSet = true; m_maxItems = value; } /** *The number of configuration sets to return.
*/ inline ListConfigurationSetsRequest& WithMaxItems(int value) { SetMaxItems(value); return *this;} private: Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; int m_maxItems; bool m_maxItemsHasBeenSet = false; }; } // namespace Model } // namespace SES } // namespace Aws