49 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
70 inline void SetRoleName(
const char* value) { m_roleNameHasBeenSet =
true; m_roleName.assign(value); }
117 inline void SetRoleId(
const char* value) { m_roleIdHasBeenSet =
true; m_roleId.assign(value); }
145 bool m_roleNameHasBeenSet;
147 bool m_roleIdHasBeenSet;
void SetRoleName(const Aws::String &value)
void SetRoleId(Aws::String &&value)
PolicyRole & WithRoleId(const char *value)
PolicyRole & WithRoleName(const Aws::String &value)
const Aws::String & GetRoleId() const
void SetRoleId(const char *value)
void SetRoleId(const Aws::String &value)
void SetRoleName(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
const Aws::String & GetRoleName() const
void SetRoleName(const char *value)
PolicyRole & WithRoleId(Aws::String &&value)
PolicyRole & WithRoleName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
PolicyRole & WithRoleId(const Aws::String &value)
PolicyRole & WithRoleName(const char *value)
JSON (JavaScript Object Notation).