@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationRevisionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetApplicationRevision operation.
Constructor and Description |
---|
GetApplicationRevisionResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationRevisionResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application that corresponds to the revision.
|
RevisionLocation |
getRevision()
Additional information about the revision, including type and location.
|
GenericRevisionInfo |
getRevisionInfo()
General information about the revision.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application that corresponds to the revision.
|
void |
setRevision(RevisionLocation revision)
Additional information about the revision, including type and location.
|
void |
setRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetApplicationRevisionResult |
withApplicationName(String applicationName)
The name of the application that corresponds to the revision.
|
GetApplicationRevisionResult |
withRevision(RevisionLocation revision)
Additional information about the revision, including type and location.
|
GetApplicationRevisionResult |
withRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetApplicationRevisionResult 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)
Additional information about the revision, including type and location.
revision
- Additional information about the revision, including type and location.public RevisionLocation getRevision()
Additional information about the revision, including type and location.
public GetApplicationRevisionResult withRevision(RevisionLocation revision)
Additional information about the revision, including type and location.
revision
- Additional information about the revision, including type and location.public void setRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
revisionInfo
- General information about the revision.public GenericRevisionInfo getRevisionInfo()
General information about the revision.
public GetApplicationRevisionResult withRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
revisionInfo
- General information about the revision.public String toString()
toString
in class Object
Object.toString()
public GetApplicationRevisionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.