@Generated(value="software.amazon.awssdk:codegen") public final class RemoveRoleFromDbClusterRequest extends NeptuneRequest implements ToCopyableBuilder<RemoveRoleFromDbClusterRequest.Builder,RemoveRoleFromDbClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveRoleFromDbClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveRoleFromDbClusterRequest.Builder |
builder() |
String |
dbClusterIdentifier()
The name of the DB cluster to disassociate the IAM role from.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveRoleFromDbClusterRequest.Builder> |
serializableBuilderClass() |
RemoveRoleFromDbClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String dbClusterIdentifier()
The name of the DB cluster to disassociate the IAM role from.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB cluster, for example
arn:aws:iam::123456789012:role/NeptuneAccessRole.
arn:aws:iam::123456789012:role/NeptuneAccessRole.public RemoveRoleFromDbClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveRoleFromDbClusterRequest.Builder,RemoveRoleFromDbClusterRequest>toBuilder in class NeptuneRequestpublic static RemoveRoleFromDbClusterRequest.Builder builder()
public static Class<? extends RemoveRoleFromDbClusterRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.