7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetApplyStatus(
const char* value) { m_applyStatusHasBeenSet =
true; m_applyStatus.assign(value); }
64 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
72 bool m_applyStatusHasBeenSet =
false;
75 bool m_iamRoleArnHasBeenSet =
false;
AWS_SECURITYHUB_API AwsRedshiftClusterIamRole()
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIamRoleArn(Aws::String &&value)
AwsRedshiftClusterIamRole & WithIamRoleArn(const Aws::String &value)
AwsRedshiftClusterIamRole & WithIamRoleArn(const char *value)
void SetIamRoleArn(const char *value)
AwsRedshiftClusterIamRole & WithApplyStatus(const Aws::String &value)
void SetApplyStatus(const Aws::String &value)
AwsRedshiftClusterIamRole & WithApplyStatus(const char *value)
void SetIamRoleArn(const Aws::String &value)
bool ApplyStatusHasBeenSet() const
const Aws::String & GetApplyStatus() const
bool IamRoleArnHasBeenSet() const
AWS_SECURITYHUB_API AwsRedshiftClusterIamRole(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIamRoleArn() const
AWS_SECURITYHUB_API AwsRedshiftClusterIamRole & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetApplyStatus(const char *value)
AwsRedshiftClusterIamRole & WithApplyStatus(Aws::String &&value)
void SetApplyStatus(Aws::String &&value)
AwsRedshiftClusterIamRole & WithIamRoleArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue