@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApplicationRequest extends CodeDeployRequest implements ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
Represents the input of an UpdateApplication operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApplicationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The current name of the application you want to change.
|
static UpdateApplicationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
newApplicationName()
The new name to give the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApplicationRequest.Builder> |
serializableBuilderClass() |
UpdateApplicationRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The current name of the application you want to change.
public String newApplicationName()
The new name to give the application.
public UpdateApplicationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>toBuilder in class CodeDeployRequestpublic static UpdateApplicationRequest.Builder builder()
public static Class<? extends UpdateApplicationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.