@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDeploymentRequest extends ApiGatewayV2Request implements ToCopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>
Updates a Deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDeploymentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiId()
The API identifier.
|
static UpdateDeploymentRequest.Builder |
builder() |
String |
deploymentId()
The deployment ID.
|
String |
description()
The description for the deployment resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDeploymentRequest.Builder> |
serializableBuilderClass() |
UpdateDeploymentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiId()
The API identifier.
public final String deploymentId()
The deployment ID.
public final String description()
The description for the deployment resource.
public UpdateDeploymentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDeploymentRequest.Builder,UpdateDeploymentRequest>toBuilder in class ApiGatewayV2Requestpublic static UpdateDeploymentRequest.Builder builder()
public static Class<? extends UpdateDeploymentRequest.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.