@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DependencyRevision extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the ID and revision number of a workflow or system that is part of a deployment.
Constructor and Description |
---|
DependencyRevision() |
Modifier and Type | Method and Description |
---|---|
DependencyRevision |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the workflow or system.
|
Long |
getRevisionNumber()
The revision number of the workflow or system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the workflow or system.
|
void |
setRevisionNumber(Long revisionNumber)
The revision number of the workflow or system.
|
String |
toString()
Returns a string representation of this object.
|
DependencyRevision |
withId(String id)
The ID of the workflow or system.
|
DependencyRevision |
withRevisionNumber(Long revisionNumber)
The revision number of the workflow or system.
|
public void setId(String id)
The ID of the workflow or system.
id
- The ID of the workflow or system.public String getId()
The ID of the workflow or system.
public DependencyRevision withId(String id)
The ID of the workflow or system.
id
- The ID of the workflow or system.public void setRevisionNumber(Long revisionNumber)
The revision number of the workflow or system.
revisionNumber
- The revision number of the workflow or system.public Long getRevisionNumber()
The revision number of the workflow or system.
public DependencyRevision withRevisionNumber(Long revisionNumber)
The revision number of the workflow or system.
revisionNumber
- The revision number of the workflow or system.public String toString()
toString
in class Object
Object.toString()
public DependencyRevision 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.