7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sso/SSO_EXPORTS.h>
41 template <
typename RoleNameT = Aws::String>
43 m_roleNameHasBeenSet =
true;
44 m_roleName = std::forward<RoleNameT>(value);
46 template <
typename RoleNameT = Aws::String>
59 template <
typename AccountIdT = Aws::String>
61 m_accountIdHasBeenSet =
true;
62 m_accountId = std::forward<AccountIdT>(value);
64 template <
typename AccountIdT = Aws::String>
74 bool m_roleNameHasBeenSet =
false;
75 bool m_accountIdHasBeenSet =
false;
RoleInfo & WithAccountId(AccountIdT &&value)
const Aws::String & GetRoleName() const
bool RoleNameHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_SSO_API RoleInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_SSO_API RoleInfo()=default
void SetAccountId(AccountIdT &&value)
AWS_SSO_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleName(RoleNameT &&value)
AWS_SSO_API RoleInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
RoleInfo & WithRoleName(RoleNameT &&value)
bool AccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue