Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
Represents the input of an UpdateApplication operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The current name of the application you want to change.
|
static UpdateApplicationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
newApplicationName() |
The new name to give the application.
|
static Class<? extends UpdateApplicationRequest.Builder> |
serializableBuilderClass() |
|
UpdateApplicationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 current name of the application you want to change.
public String newApplicationName()
The new name to give the application.
public UpdateApplicationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
public static UpdateApplicationRequest.Builder builder()
public static Class<? extends UpdateApplicationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.