7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename IamRoleArnT = Aws::String>
52 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
53 template<
typename IamRoleArnT = Aws::String>
69 template<
typename ApplyStatusT = Aws::String>
70 void SetApplyStatus(ApplyStatusT&& value) { m_applyStatusHasBeenSet =
true; m_applyStatus = std::forward<ApplyStatusT>(value); }
71 template<
typename ApplyStatusT = Aws::String>
77 bool m_iamRoleArnHasBeenSet =
false;
80 bool m_applyStatusHasBeenSet =
false;
AWS_REDSHIFT_API ClusterIamRole & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterIamRole & WithApplyStatus(ApplyStatusT &&value)
AWS_REDSHIFT_API ClusterIamRole(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetIamRoleArn() const
ClusterIamRole & WithIamRoleArn(IamRoleArnT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool ApplyStatusHasBeenSet() const
void SetApplyStatus(ApplyStatusT &&value)
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetApplyStatus() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_REDSHIFT_API ClusterIamRole()=default
bool IamRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream