@Generated(value="software.amazon.awssdk:codegen") public final class DeleteResourcePolicyRequest extends LexModelsV2Request implements ToCopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteResourcePolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteResourcePolicyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expectedRevisionId()
The identifier of the revision to edit.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteResourcePolicyRequest.Builder> |
serializableBuilderClass() |
DeleteResourcePolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
public final String expectedRevisionId()
The identifier of the revision to edit. If this ID doesn't match the current revision number, Amazon Lex returns an exception
If you don't specify a revision ID, Amazon Lex will delete the current policy.
If you don't specify a revision ID, Amazon Lex will delete the current policy.
public DeleteResourcePolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>toBuilder in class LexModelsV2Requestpublic static DeleteResourcePolicyRequest.Builder builder()
public static Class<? extends DeleteResourcePolicyRequest.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 © 2021. All rights reserved.