Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateApplicationVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateApplicationVersionRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
static Class<? extends UpdateApplicationVersionRequest.Builder> |
serializableBuilderClass() |
|
UpdateApplicationVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
The name of the version to update.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
public static UpdateApplicationVersionRequest.Builder builder()
public static Class<? extends UpdateApplicationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.