Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateApplicationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateApplicationRequest.Builder |
builder() |
|
String |
configurationId() |
Configuration ID of the application to be updated.
|
String |
description() |
New description of the application to be updated.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
New name of the application to be updated.
|
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 configurationId()
Configuration ID of the application to be updated.
public String name()
New name of the application to be updated.
public String description()
New description of the application to be updated.
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.