7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
42 template <
typename ApplyStatusT = Aws::String>
44 m_applyStatusHasBeenSet =
true;
45 m_applyStatus = std::forward<ApplyStatusT>(value);
47 template <
typename ApplyStatusT = Aws::String>
60 template <
typename IamRoleArnT = Aws::String>
62 m_iamRoleArnHasBeenSet =
true;
63 m_iamRoleArn = std::forward<IamRoleArnT>(value);
65 template <
typename IamRoleArnT = Aws::String>
75 bool m_applyStatusHasBeenSet =
false;
76 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