7#include <aws/accessanalyzer/AccessAnalyzerRequest.h>
8#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
9#include <aws/accessanalyzer/model/AnalyzerConfiguration.h>
10#include <aws/accessanalyzer/model/InlineArchiveRule.h>
11#include <aws/accessanalyzer/model/Type.h>
12#include <aws/core/utils/UUID.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19namespace AccessAnalyzer {
48 m_typeHasBeenSet =
true;
65 template <
typename ArchiveRulesT = Aws::Vector<InlineArchiveRule>>
67 m_archiveRulesHasBeenSet =
true;
68 m_archiveRules = std::forward<ArchiveRulesT>(value);
70 template <
typename ArchiveRulesT = Aws::Vector<InlineArchiveRule>>
75 template <
typename ArchiveRulesT = InlineArchiveRule>
77 m_archiveRulesHasBeenSet =
true;
78 m_archiveRules.emplace_back(std::forward<ArchiveRulesT>(value));
89 template <
typename ClientTokenT = Aws::String>
91 m_clientTokenHasBeenSet =
true;
92 m_clientToken = std::forward<ClientTokenT>(value);
94 template <
typename ClientTokenT = Aws::String>
108 template <
typename ConfigurationT = AnalyzerConfiguration>
110 m_configurationHasBeenSet =
true;
111 m_configuration = std::forward<ConfigurationT>(value);
113 template <
typename ConfigurationT = AnalyzerConfiguration>
126 AnalyzerConfiguration m_configuration;
127 bool m_typeHasBeenSet =
false;
128 bool m_archiveRulesHasBeenSet =
false;
129 bool m_clientTokenHasBeenSet =
true;
130 bool m_configurationHasBeenSet =
false;
AWS_ACCESSANALYZER_API CreateServiceLinkedAnalyzerRequest()=default
CreateServiceLinkedAnalyzerRequest & AddArchiveRules(ArchiveRulesT &&value)
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
bool ArchiveRulesHasBeenSet() const
const Aws::Vector< InlineArchiveRule > & GetArchiveRules() const
bool TypeHasBeenSet() const
CreateServiceLinkedAnalyzerRequest & WithConfiguration(ConfigurationT &&value)
const AnalyzerConfiguration & GetConfiguration() const
bool ConfigurationHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
void SetClientToken(ClientTokenT &&value)
CreateServiceLinkedAnalyzerRequest & WithClientToken(ClientTokenT &&value)
AWS_ACCESSANALYZER_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
CreateServiceLinkedAnalyzerRequest & WithType(Type value)
void SetArchiveRules(ArchiveRulesT &&value)
CreateServiceLinkedAnalyzerRequest & WithArchiveRules(ArchiveRulesT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector