7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/accessanalyzer/model/Type.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/accessanalyzer/model/AnalyzerConfiguration.h>
14#include <aws/accessanalyzer/model/InlineArchiveRule.h>
16#include <aws/core/utils/UUID.h>
20namespace AccessAnalyzer
52 inline void SetAnalyzerName(
const char* value) { m_analyzerNameHasBeenSet =
true; m_analyzerName.assign(value); }
68 inline void SetType(
const Type& value) { m_typeHasBeenSet =
true; m_type = value; }
69 inline void SetType(
Type&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
117 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
140 bool m_analyzerNameHasBeenSet =
false;
143 bool m_typeHasBeenSet =
false;
146 bool m_archiveRulesHasBeenSet =
false;
149 bool m_tagsHasBeenSet =
false;
152 bool m_clientTokenHasBeenSet =
false;
155 bool m_configurationHasBeenSet =
false;
const Aws::Vector< InlineArchiveRule > & GetArchiveRules() const
virtual const char * GetServiceRequestName() const override
CreateAnalyzerRequest & AddTags(Aws::String &&key, const Aws::String &value)
CreateAnalyzerRequest & WithArchiveRules(Aws::Vector< InlineArchiveRule > &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetClientToken(Aws::String &&value)
void SetAnalyzerName(const Aws::String &value)
bool ArchiveRulesHasBeenSet() const
CreateAnalyzerRequest & AddTags(const Aws::String &key, const Aws::String &value)
void SetClientToken(const Aws::String &value)
void SetConfiguration(AnalyzerConfiguration &&value)
bool ClientTokenHasBeenSet() const
CreateAnalyzerRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateAnalyzerRequest & WithClientToken(Aws::String &&value)
CreateAnalyzerRequest & WithClientToken(const Aws::String &value)
CreateAnalyzerRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateAnalyzerRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool ConfigurationHasBeenSet() const
void SetConfiguration(const AnalyzerConfiguration &value)
bool AnalyzerNameHasBeenSet() const
CreateAnalyzerRequest & AddArchiveRules(InlineArchiveRule &&value)
void SetAnalyzerName(const char *value)
const Aws::String & GetClientToken() const
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
CreateAnalyzerRequest & WithAnalyzerName(Aws::String &&value)
CreateAnalyzerRequest & WithAnalyzerName(const char *value)
AWS_ACCESSANALYZER_API CreateAnalyzerRequest()
const AnalyzerConfiguration & GetConfiguration() const
CreateAnalyzerRequest & WithClientToken(const char *value)
CreateAnalyzerRequest & WithType(Type &&value)
void SetClientToken(const char *value)
const Type & GetType() const
bool TagsHasBeenSet() const
CreateAnalyzerRequest & AddTags(Aws::String &&key, const char *value)
CreateAnalyzerRequest & WithArchiveRules(const Aws::Vector< InlineArchiveRule > &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetArchiveRules(Aws::Vector< InlineArchiveRule > &&value)
CreateAnalyzerRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetType(Type &&value)
CreateAnalyzerRequest & AddTags(const char *key, Aws::String &&value)
CreateAnalyzerRequest & WithType(const Type &value)
void SetType(const Type &value)
CreateAnalyzerRequest & WithAnalyzerName(const Aws::String &value)
CreateAnalyzerRequest & AddArchiveRules(const InlineArchiveRule &value)
void SetArchiveRules(const Aws::Vector< InlineArchiveRule > &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TypeHasBeenSet() const
void SetAnalyzerName(Aws::String &&value)
const Aws::String & GetAnalyzerName() const
CreateAnalyzerRequest & AddTags(const char *key, const char *value)
CreateAnalyzerRequest & WithConfiguration(const AnalyzerConfiguration &value)
CreateAnalyzerRequest & WithConfiguration(AnalyzerConfiguration &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector