/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An IAM role that is associated with the Amazon RDS DB cluster.See
* Also:
AWS
* API Reference
The ARN of the IAM role.
*/ inline const Aws::String& GetRoleArn() const{ return m_roleArn; } /** *The ARN of the IAM role.
*/ inline bool RoleArnHasBeenSet() const { return m_roleArnHasBeenSet; } /** *The ARN of the IAM role.
*/ inline void SetRoleArn(const Aws::String& value) { m_roleArnHasBeenSet = true; m_roleArn = value; } /** *The ARN of the IAM role.
*/ inline void SetRoleArn(Aws::String&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::move(value); } /** *The ARN of the IAM role.
*/ inline void SetRoleArn(const char* value) { m_roleArnHasBeenSet = true; m_roleArn.assign(value); } /** *The ARN of the IAM role.
*/ inline AwsRdsDbClusterAssociatedRole& WithRoleArn(const Aws::String& value) { SetRoleArn(value); return *this;} /** *The ARN of the IAM role.
*/ inline AwsRdsDbClusterAssociatedRole& WithRoleArn(Aws::String&& value) { SetRoleArn(std::move(value)); return *this;} /** *The ARN of the IAM role.
*/ inline AwsRdsDbClusterAssociatedRole& WithRoleArn(const char* value) { SetRoleArn(value); return *this;} /** *The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING
The status of the association between the IAM role and the DB cluster. Valid * values are as follows:
ACTIVE
* INVALID
PENDING