7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
45 template <
typename IamRoleArnT = Aws::String>
47 m_iamRoleArnHasBeenSet =
true;
48 m_iamRoleArn = std::forward<IamRoleArnT>(value);
50 template <
typename IamRoleArnT = Aws::String>
69 template <
typename ApplyStatusT = Aws::String>
71 m_applyStatusHasBeenSet =
true;
72 m_applyStatus = std::forward<ApplyStatusT>(value);
74 template <
typename ApplyStatusT = Aws::String>
84 bool m_iamRoleArnHasBeenSet =
false;
85 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