@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFunctionRequest extends CloudFrontRequest implements ToCopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFunctionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFunctionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ifMatch()
The current version (
ETag value) of the function that you are deleting, which you can get using
DescribeFunction. |
String |
name()
The name of the function that you are deleting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFunctionRequest.Builder> |
serializableBuilderClass() |
DeleteFunctionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the function that you are deleting.
public final String ifMatch()
The current version (ETag value) of the function that you are deleting, which you can get using
DescribeFunction.
ETag value) of the function that you are deleting, which you can get
using DescribeFunction.public DeleteFunctionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFunctionRequest.Builder,DeleteFunctionRequest>toBuilder in class CloudFrontRequestpublic static DeleteFunctionRequest.Builder builder()
public static Class<? extends DeleteFunctionRequest.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.