@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevisionInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about an application revision.
Constructor and Description |
---|
RevisionInfo() |
Modifier and Type | Method and Description |
---|---|
RevisionInfo |
clone() |
boolean |
equals(Object obj) |
GenericRevisionInfo |
getGenericRevisionInfo()
Information about an application revision, including usage details and associated deployment groups.
|
RevisionLocation |
getRevisionLocation()
Information about the location and type of an application revision.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
Information about an application revision, including usage details and associated deployment groups.
|
void |
setRevisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RevisionInfo |
withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
Information about an application revision, including usage details and associated deployment groups.
|
RevisionInfo |
withRevisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
|
public void setRevisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
revisionLocation
- Information about the location and type of an application revision.public RevisionLocation getRevisionLocation()
Information about the location and type of an application revision.
public RevisionInfo withRevisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
revisionLocation
- Information about the location and type of an application revision.public void setGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
Information about an application revision, including usage details and associated deployment groups.
genericRevisionInfo
- Information about an application revision, including usage details and associated deployment groups.public GenericRevisionInfo getGenericRevisionInfo()
Information about an application revision, including usage details and associated deployment groups.
public RevisionInfo withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
Information about an application revision, including usage details and associated deployment groups.
genericRevisionInfo
- Information about an application revision, including usage details and associated deployment groups.public String toString()
toString
in class Object
Object.toString()
public RevisionInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.