Class DeleteResourcePolicyRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request
-
- software.amazon.awssdk.services.lexmodelsv2.model.DeleteResourcePolicyRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteResourcePolicyRequest extends LexModelsV2Request implements ToCopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteResourcePolicyRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteResourcePolicyRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexpectedRevisionId()The identifier of the revision to edit.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceArn()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
- Returns:
- The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.
-
expectedRevisionId
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.
- Returns:
- 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.
-
toBuilder
public DeleteResourcePolicyRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteResourcePolicyRequest.Builder,DeleteResourcePolicyRequest>- Specified by:
toBuilderin classLexModelsV2Request
-
builder
public static DeleteResourcePolicyRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteResourcePolicyRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-