45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
70 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
128 inline void SetApplyStatus(
const char* value) { m_applyStatusHasBeenSet =
true; m_applyStatus.assign(value); }
162 bool m_iamRoleArnHasBeenSet;
164 bool m_applyStatusHasBeenSet;
ClusterIamRole & WithApplyStatus(const Aws::String &value)
const Aws::String & GetApplyStatus() const
ClusterIamRole & WithIamRoleArn(const Aws::String &value)
ClusterIamRole & WithApplyStatus(Aws::String &&value)
const Aws::String & GetIamRoleArn() const
ClusterIamRole & WithIamRoleArn(Aws::String &&value)
void SetIamRoleArn(const char *value)
void SetApplyStatus(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
ClusterIamRole & WithApplyStatus(const char *value)
void SetApplyStatus(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetIamRoleArn(const Aws::String &value)
ClusterIamRole & WithIamRoleArn(const char *value)
void SetApplyStatus(const Aws::String &value)
void SetIamRoleArn(Aws::String &&value)
JSON (JavaScript Object Notation).