@Generated(value="software.amazon.awssdk:codegen") public final class RemoveRoleFromDbInstanceRequest extends RdsRequest implements ToCopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveRoleFromDbInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveRoleFromDbInstanceRequest.Builder |
builder() |
String |
dbInstanceIdentifier()
The name of the DB instance to disassociate the IAM role from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureName()
The name of the feature for the DB instance that the IAM role is to be disassociated from.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveRoleFromDbInstanceRequest.Builder> |
serializableBuilderClass() |
RemoveRoleFromDbInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dbInstanceIdentifier()
The name of the DB instance to disassociate the IAM role from.
public final 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.
arn:aws:iam::123456789012:role/AccessRole.public final 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.
DBEngineVersion.public RemoveRoleFromDbInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveRoleFromDbInstanceRequest.Builder,RemoveRoleFromDbInstanceRequest>toBuilder in class RdsRequestpublic static RemoveRoleFromDbInstanceRequest.Builder builder()
public static Class<? extends RemoveRoleFromDbInstanceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.