7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AccessAnalyzer {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
60 m_statementIndexHasBeenSet =
true;
61 m_statementIndex = value;
75 template <
typename StatementIdT = Aws::String>
77 m_statementIdHasBeenSet =
true;
78 m_statementId = std::forward<StatementIdT>(value);
80 template <
typename StatementIdT = Aws::String>
89 int m_statementIndex{0};
92 bool m_descriptionHasBeenSet =
false;
93 bool m_statementIndexHasBeenSet =
false;
94 bool m_statementIdHasBeenSet =
false;
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatementIdHasBeenSet() const
int GetStatementIndex() const
const Aws::String & GetStatementId() const
ReasonSummary & WithStatementId(StatementIdT &&value)
bool DescriptionHasBeenSet() const
AWS_ACCESSANALYZER_API ReasonSummary()=default
AWS_ACCESSANALYZER_API ReasonSummary(Aws::Utils::Json::JsonView jsonValue)
ReasonSummary & WithStatementIndex(int value)
const Aws::String & GetDescription() const
ReasonSummary & WithDescription(DescriptionT &&value)
AWS_ACCESSANALYZER_API ReasonSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatementIndexHasBeenSet() const
void SetStatementId(StatementIdT &&value)
void SetStatementIndex(int value)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue