@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApplicationVersionRequest()
Default constructor for UpdateApplicationVersionRequest object.
|
UpdateApplicationVersionRequest(String applicationName,
String versionLabel)
Constructs a new UpdateApplicationVersionRequest object.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application associated with this version.
|
String |
getDescription()
A new description for this version.
|
String |
getVersionLabel()
The name of the version to update.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application associated with this version.
|
void |
setDescription(String description)
A new description for this version.
|
void |
setVersionLabel(String versionLabel)
The name of the version to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateApplicationVersionRequest |
withApplicationName(String applicationName)
The name of the application associated with this version.
|
UpdateApplicationVersionRequest |
withDescription(String description)
A new description for this version.
|
UpdateApplicationVersionRequest |
withVersionLabel(String versionLabel)
The name of the version to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateApplicationVersionRequest()
public UpdateApplicationVersionRequest(String applicationName, String versionLabel)
applicationName
- The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an
InvalidParameterValue
error.
versionLabel
- The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an
InvalidParameterValue
error.
public void setApplicationName(String applicationName)
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an
InvalidParameterValue
error.
applicationName
- The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an
InvalidParameterValue
error.
public String getApplicationName()
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 UpdateApplicationVersionRequest withApplicationName(String applicationName)
The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an
InvalidParameterValue
error.
applicationName
- The name of the application associated with this version.
If no application is found with this name, UpdateApplication
returns an
InvalidParameterValue
error.
public void setVersionLabel(String versionLabel)
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an
InvalidParameterValue
error.
versionLabel
- The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an
InvalidParameterValue
error.
public String getVersionLabel()
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 UpdateApplicationVersionRequest withVersionLabel(String versionLabel)
The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an
InvalidParameterValue
error.
versionLabel
- The name of the version to update.
If no application version is found with this label, UpdateApplication
returns an
InvalidParameterValue
error.
public void setDescription(String description)
A new description for this version.
description
- A new description for this version.public String getDescription()
A new description for this version.
public UpdateApplicationVersionRequest withDescription(String description)
A new description for this version.
description
- A new description for this version.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.