7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/AnalyzerConfiguration.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace AccessAnalyzer {
34 template <
typename ConfigurationT = AnalyzerConfiguration>
36 m_configurationHasBeenSet =
true;
37 m_configuration = std::forward<ConfigurationT>(value);
39 template <
typename ConfigurationT = AnalyzerConfiguration>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_configurationHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
UpdateAnalyzerResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateAnalyzerResult & WithConfiguration(ConfigurationT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ACCESSANALYZER_API UpdateAnalyzerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfiguration(ConfigurationT &&value)
const AnalyzerConfiguration & GetConfiguration() const
AWS_ACCESSANALYZER_API UpdateAnalyzerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ACCESSANALYZER_API UpdateAnalyzerResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue