public class GetApplicationRevisionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a get application revision operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
applicationName
The name of the application that corresponds to the revision.
|
private RevisionLocation |
revision
Information about the application revision to get, including type and
location.
|
NOOP
Constructor and Description |
---|
GetApplicationRevisionRequest() |
Modifier and Type | Method and Description |
---|---|
GetApplicationRevisionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The name of the application that corresponds to the revision.
|
RevisionLocation |
getRevision()
Information about the application revision to get, including type and
location.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The name of the application that corresponds to the revision.
|
void |
setRevision(RevisionLocation revision)
Information about the application revision to get, including type and
location.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApplicationRevisionRequest |
withApplicationName(java.lang.String applicationName)
The name of the application that corresponds to the revision.
|
GetApplicationRevisionRequest |
withRevision(RevisionLocation revision)
Information about the application revision to get, including type and
location.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String applicationName
The name of the application that corresponds to the revision.
private RevisionLocation revision
Information about the application revision to get, including type and location.
public void setApplicationName(java.lang.String applicationName)
The name of the application that corresponds to the revision.
applicationName
- The name of the application that corresponds to the revision.public java.lang.String getApplicationName()
The name of the application that corresponds to the revision.
public GetApplicationRevisionRequest withApplicationName(java.lang.String applicationName)
The name of the application that corresponds to the revision.
applicationName
- The name of the application that corresponds to the revision.public void setRevision(RevisionLocation revision)
Information about the application revision to get, including type and location.
revision
- Information about the application revision to get, including type
and location.public RevisionLocation getRevision()
Information about the application revision to get, including type and location.
public GetApplicationRevisionRequest withRevision(RevisionLocation revision)
Information about the application revision to get, including type and location.
revision
- Information about the application revision to get, including type
and location.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetApplicationRevisionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()