@Generated(value="software.amazon.awssdk:codegen") public final class UpdateApplicationVersionRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateApplicationVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application associated with this version.
|
static UpdateApplicationVersionRequest.Builder |
builder() |
String |
description()
A new description for this version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateApplicationVersionRequest.Builder> |
serializableBuilderClass() |
UpdateApplicationVersionRequest.Builder |
toBuilder() |
String |
toString() |
String |
versionLabel()
The name of the version to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationName()
The name of the application associated with this version.
If no application is found with this name, UpdateApplication returns an
InvalidParameterValue error.
If no application is found with this name, UpdateApplication returns an
InvalidParameterValue error.
public String versionLabel()
The name of the version to update.
If no application version is found with this label, UpdateApplication returns an
InvalidParameterValue error.
If no application version is found with this label, UpdateApplication returns an
InvalidParameterValue error.
public String description()
A new description for this version.
public UpdateApplicationVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>toBuilder in class ElasticBeanstalkRequestpublic static UpdateApplicationVersionRequest.Builder builder()
public static Class<? extends UpdateApplicationVersionRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.