7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
47 template<
typename DescriptionT = Aws::String>
48 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
49 template<
typename DescriptionT = Aws::String>
59 inline void SetStatementIndex(
int value) { m_statementIndexHasBeenSet =
true; m_statementIndex = value; }
69 template<
typename StatementIdT = Aws::String>
70 void SetStatementId(StatementIdT&& value) { m_statementIdHasBeenSet =
true; m_statementId = std::forward<StatementIdT>(value); }
71 template<
typename StatementIdT = Aws::String>
77 bool m_descriptionHasBeenSet =
false;
79 int m_statementIndex{0};
80 bool m_statementIndexHasBeenSet =
false;
83 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