@Generated(value="software.amazon.awssdk:codegen") public final class PublishFunctionRequest extends CloudFrontRequest implements ToCopyableBuilder<PublishFunctionRequest.Builder,PublishFunctionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PublishFunctionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PublishFunctionRequest.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 publishing, which you can get using
DescribeFunction. |
String |
name()
The name of the function that you are publishing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublishFunctionRequest.Builder> |
serializableBuilderClass() |
PublishFunctionRequest.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 publishing.
public final String ifMatch()
The current version (ETag value) of the function that you are publishing, which you can get using
DescribeFunction.
ETag value) of the function that you are publishing, which you can get
using DescribeFunction.public PublishFunctionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PublishFunctionRequest.Builder,PublishFunctionRequest>toBuilder in class CloudFrontRequestpublic static PublishFunctionRequest.Builder builder()
public static Class<? extends PublishFunctionRequest.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.