@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationRevisionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a GetApplicationRevision
operation.
NOOP
Constructor and Description |
---|
GetApplicationRevisionRequest() |
Modifier and Type | Method and Description |
---|---|
GetApplicationRevisionRequest |
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 that corresponds to the revision.
|
RevisionLocation |
getRevision()
Information about the application revision to get, including type and location.
|
int |
hashCode() |
void |
setApplicationName(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.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationRevisionRequest |
withApplicationName(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.
|
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 that corresponds to the revision.
applicationName
- The name of the application that corresponds to the revision.public String getApplicationName()
The name of the application that corresponds to the revision.
public GetApplicationRevisionRequest withApplicationName(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 String toString()
toString
in class Object
Object.toString()
public GetApplicationRevisionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()