@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeApplicationVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeApplicationVersionRequest |
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 for which you want to get the version description.
|
Long |
getApplicationVersionId()
The ID of the application version for which you want to get the description.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application for which you want to get the version description.
|
void |
setApplicationVersionId(Long applicationVersionId)
The ID of the application version for which you want to get the description.
|
String |
toString()
Returns a string representation of this object.
|
DescribeApplicationVersionRequest |
withApplicationName(String applicationName)
The name of the application for which you want to get the version description.
|
DescribeApplicationVersionRequest |
withApplicationVersionId(Long applicationVersionId)
The ID of the application version for which you want to get the description.
|
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 void setApplicationName(String applicationName)
The name of the application for which you want to get the version description.
applicationName
- The name of the application for which you want to get the version description.public String getApplicationName()
The name of the application for which you want to get the version description.
public DescribeApplicationVersionRequest withApplicationName(String applicationName)
The name of the application for which you want to get the version description.
applicationName
- The name of the application for which you want to get the version description.public void setApplicationVersionId(Long applicationVersionId)
The ID of the application version for which you want to get the description.
applicationVersionId
- The ID of the application version for which you want to get the description.public Long getApplicationVersionId()
The ID of the application version for which you want to get the description.
public DescribeApplicationVersionRequest withApplicationVersionId(Long applicationVersionId)
The ID of the application version for which you want to get the description.
applicationVersionId
- The ID of the application version for which you want to get the description.public String toString()
toString
in class Object
Object.toString()
public DescribeApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()