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;
72 inline void SetPolicyName(
const char* value) { m_policyNameHasBeenSet =
true; m_policyName.assign(value); }
99 inline void SetPolicyArn(
const char* value) { m_policyArnHasBeenSet =
true; m_policyArn.assign(value); }
112 bool m_policyNameHasBeenSet;
114 bool m_policyArnHasBeenSet;
AttachedPolicy & WithPolicyArn(Aws::String &&value)
const Aws::String & GetPolicyArn() const
AttachedPolicy & WithPolicyName(const Aws::String &value)
void SetPolicyArn(Aws::String &&value)
void SetPolicyArn(const Aws::String &value)
AttachedPolicy & WithPolicyName(const char *value)
std::basic_ostream< char, std::char_traits< char > > OStream
AttachedPolicy & WithPolicyArn(const char *value)
void SetPolicyName(const char *value)
AttachedPolicy & WithPolicyArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetPolicyName(const Aws::String &value)
void SetPolicyArn(const char *value)
AttachedPolicy & WithPolicyName(Aws::String &&value)
void SetPolicyName(Aws::String &&value)
const Aws::String & GetPolicyName() const
JSON (JavaScript Object Notation).