@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveRoleFromDBInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveRoleFromDBInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveRoleFromDBInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceIdentifier()
The name of the DB instance to disassociate the IAM role from.
|
String |
getFeatureName()
The name of the feature for the DB instance that the IAM role is to be disassociated from.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole . |
int |
hashCode() |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
|
void |
setFeatureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be disassociated from.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole . |
String |
toString()
Returns a string representation of this object.
|
RemoveRoleFromDBInstanceRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
|
RemoveRoleFromDBInstanceRequest |
withFeatureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be disassociated from.
|
RemoveRoleFromDBInstanceRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDBInstanceIdentifier(String dBInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
dBInstanceIdentifier
- The name of the DB instance to disassociate the IAM role from.public String getDBInstanceIdentifier()
The name of the DB instance to disassociate the IAM role from.
public RemoveRoleFromDBInstanceRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
The name of the DB instance to disassociate the IAM role from.
dBInstanceIdentifier
- The name of the DB instance to disassociate the IAM role from.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole
.
roleArn
- The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole
.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole
.
arn:aws:iam::123456789012:role/AccessRole
.public RemoveRoleFromDBInstanceRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole
.
roleArn
- The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example,
arn:aws:iam::123456789012:role/AccessRole
.public void setFeatureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about
supported feature names, see DBEngineVersion
.
featureName
- The name of the feature for the DB instance that the IAM role is to be disassociated from. For information
about supported feature names, see DBEngineVersion
.public String getFeatureName()
The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about
supported feature names, see DBEngineVersion
.
DBEngineVersion
.public RemoveRoleFromDBInstanceRequest withFeatureName(String featureName)
The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about
supported feature names, see DBEngineVersion
.
featureName
- The name of the feature for the DB instance that the IAM role is to be disassociated from. For information
about supported feature names, see DBEngineVersion
.public String toString()
toString
in class Object
Object.toString()
public RemoveRoleFromDBInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()