7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ApplyStatusT = Aws::String>
49 void SetApplyStatus(ApplyStatusT&& value) { m_applyStatusHasBeenSet =
true; m_applyStatus = std::forward<ApplyStatusT>(value); }
50 template<
typename ApplyStatusT = Aws::String>
60 template<
typename IamRoleArnT = Aws::String>
61 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
62 template<
typename IamRoleArnT = Aws::String>
68 bool m_applyStatusHasBeenSet =
false;
71 bool m_iamRoleArnHasBeenSet =
false;
void SetApplyStatus(ApplyStatusT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsRedshiftClusterIamRole()=default
AwsRedshiftClusterIamRole & WithIamRoleArn(IamRoleArnT &&value)
void SetIamRoleArn(IamRoleArnT &&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
AwsRedshiftClusterIamRole & WithApplyStatus(ApplyStatusT &&value)
AWS_SECURITYHUB_API AwsRedshiftClusterIamRole & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue