7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ActionT = Aws::String>
48 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
49 template<
typename ActionT = Aws::String>
59 template<
typename PrincipalT = Aws::String>
60 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
61 template<
typename PrincipalT = Aws::String>
71 template<
typename StatementIdT = Aws::String>
72 void SetStatementId(StatementIdT&& value) { m_statementIdHasBeenSet =
true; m_statementId = std::forward<StatementIdT>(value); }
73 template<
typename StatementIdT = Aws::String>
83 template<
typename ProfileVersionT = Aws::String>
84 void SetProfileVersion(ProfileVersionT&& value) { m_profileVersionHasBeenSet =
true; m_profileVersion = std::forward<ProfileVersionT>(value); }
85 template<
typename ProfileVersionT = Aws::String>
91 bool m_actionHasBeenSet =
false;
94 bool m_principalHasBeenSet =
false;
97 bool m_statementIdHasBeenSet =
false;
100 bool m_profileVersionHasBeenSet =
false;
void SetStatementId(StatementIdT &&value)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAction() const
bool PrincipalHasBeenSet() const
const Aws::String & GetPrincipal() const
bool ActionHasBeenSet() const
Permission & WithPrincipal(PrincipalT &&value)
Permission & WithStatementId(StatementIdT &&value)
const Aws::String & GetStatementId() const
AWS_SIGNER_API Permission()=default
void SetProfileVersion(ProfileVersionT &&value)
bool StatementIdHasBeenSet() const
void SetAction(ActionT &&value)
const Aws::String & GetProfileVersion() const
Permission & WithAction(ActionT &&value)
bool ProfileVersionHasBeenSet() const
AWS_SIGNER_API Permission & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrincipal(PrincipalT &&value)
Permission & WithProfileVersion(ProfileVersionT &&value)
AWS_SIGNER_API Permission(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue