7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConfigService
47 template<
typename RetentionConfigurationNamesT = Aws::Vector<Aws::String>>
48 void SetRetentionConfigurationNames(RetentionConfigurationNamesT&& value) { m_retentionConfigurationNamesHasBeenSet =
true; m_retentionConfigurationNames = std::forward<RetentionConfigurationNamesT>(value); }
49 template<
typename RetentionConfigurationNamesT = Aws::Vector<Aws::String>>
51 template<
typename RetentionConfigurationNamesT = Aws::String>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
70 bool m_retentionConfigurationNamesHasBeenSet =
false;
73 bool m_nextTokenHasBeenSet =
false;
DescribeRetentionConfigurationsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
DescribeRetentionConfigurationsRequest & AddRetentionConfigurationNames(RetentionConfigurationNamesT &&value)
AWS_CONFIGSERVICE_API DescribeRetentionConfigurationsRequest()=default
const Aws::Vector< Aws::String > & GetRetentionConfigurationNames() const
void SetRetentionConfigurationNames(RetentionConfigurationNamesT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
DescribeRetentionConfigurationsRequest & WithRetentionConfigurationNames(RetentionConfigurationNamesT &&value)
bool RetentionConfigurationNamesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector