51 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
80 inline void SetPath(
const char* value) { m_pathHasBeenSet =
true; m_path.assign(value); }
121 inline void SetRoleName(
const char* value) { m_roleNameHasBeenSet =
true; m_roleName.assign(value); }
168 inline void SetRoleId(
const char* value) { m_roleIdHasBeenSet =
true; m_roleId.assign(value); }
204 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
263 inline void SetAssumeRolePolicyDocument(
const char* value) { m_assumeRolePolicyDocumentHasBeenSet =
true; m_assumeRolePolicyDocument.assign(value); }
387 bool m_pathHasBeenSet;
389 bool m_roleNameHasBeenSet;
391 bool m_roleIdHasBeenSet;
393 bool m_arnHasBeenSet;
395 bool m_createDateHasBeenSet;
397 bool m_assumeRolePolicyDocumentHasBeenSet;
399 bool m_instanceProfileListHasBeenSet;
401 bool m_rolePolicyListHasBeenSet;
403 bool m_attachedManagedPoliciesHasBeenSet;
void SetCreateDate(const Aws::Utils::DateTime &value)
void SetPath(const Aws::String &value)
RoleDetail & WithArn(const char *value)
void SetRoleName(Aws::String &&value)
RoleDetail & WithRoleId(const char *value)
void SetInstanceProfileList(Aws::Vector< InstanceProfile > &&value)
void SetAssumeRolePolicyDocument(const char *value)
void SetArn(Aws::String &&value)
RoleDetail & WithRolePolicyList(const Aws::Vector< PolicyDetail > &value)
void SetRoleId(const char *value)
RoleDetail & AddRolePolicyList(const PolicyDetail &value)
RoleDetail & WithPath(Aws::String &&value)
void SetRoleId(Aws::String &&value)
RoleDetail & WithRolePolicyList(Aws::Vector< PolicyDetail > &&value)
void SetCreateDate(Aws::Utils::DateTime &&value)
RoleDetail & AddInstanceProfileList(InstanceProfile &&value)
void SetArn(const Aws::String &value)
std::vector< T, Aws::Allocator< T > > Vector
const Aws::String & GetAssumeRolePolicyDocument() const
RoleDetail & WithAssumeRolePolicyDocument(const char *value)
RoleDetail & WithRoleId(const Aws::String &value)
RoleDetail & WithRoleName(const char *value)
void SetRoleName(const char *value)
RoleDetail & WithArn(Aws::String &&value)
RoleDetail & WithPath(const char *value)
void SetAssumeRolePolicyDocument(const Aws::String &value)
void SetInstanceProfileList(const Aws::Vector< InstanceProfile > &value)
const Aws::Utils::DateTime & GetCreateDate() const
void SetRolePolicyList(const Aws::Vector< PolicyDetail > &value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::Vector< InstanceProfile > & GetInstanceProfileList() const
RoleDetail & WithAssumeRolePolicyDocument(const Aws::String &value)
void SetAssumeRolePolicyDocument(Aws::String &&value)
const Aws::Vector< AttachedPolicy > & GetAttachedManagedPolicies() const
void SetPath(const char *value)
RoleDetail & WithAttachedManagedPolicies(const Aws::Vector< AttachedPolicy > &value)
void SetAttachedManagedPolicies(const Aws::Vector< AttachedPolicy > &value)
void SetRoleId(const Aws::String &value)
const Aws::Vector< PolicyDetail > & GetRolePolicyList() const
RoleDetail & WithArn(const Aws::String &value)
RoleDetail & WithAssumeRolePolicyDocument(Aws::String &&value)
RoleDetail & AddAttachedManagedPolicies(const AttachedPolicy &value)
const Aws::String & GetArn() const
RoleDetail & WithPath(const Aws::String &value)
RoleDetail & WithInstanceProfileList(Aws::Vector< InstanceProfile > &&value)
RoleDetail & WithRoleName(Aws::String &&value)
RoleDetail & AddRolePolicyList(PolicyDetail &&value)
void SetPath(Aws::String &&value)
RoleDetail & WithCreateDate(const Aws::Utils::DateTime &value)
RoleDetail & WithRoleName(const Aws::String &value)
RoleDetail & WithAttachedManagedPolicies(Aws::Vector< AttachedPolicy > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetArn(const char *value)
const Aws::String & GetPath() const
RoleDetail & WithCreateDate(Aws::Utils::DateTime &&value)
void SetRoleName(const Aws::String &value)
RoleDetail & WithRoleId(Aws::String &&value)
RoleDetail & WithInstanceProfileList(const Aws::Vector< InstanceProfile > &value)
void SetAttachedManagedPolicies(Aws::Vector< AttachedPolicy > &&value)
RoleDetail & AddAttachedManagedPolicies(AttachedPolicy &&value)
RoleDetail & AddInstanceProfileList(const InstanceProfile &value)
const Aws::String & GetRoleId() const
void SetRolePolicyList(Aws::Vector< PolicyDetail > &&value)
JSON (JavaScript Object Notation).
const Aws::String & GetRoleName() const