@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevisionPublished extends Object implements Serializable, Cloneable, StructuredPojo
Information about the published revision.
| Constructor and Description |
|---|
RevisionPublished() |
| Modifier and Type | Method and Description |
|---|---|
RevisionPublished |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetId()
The data set ID of the published revision.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataSetId(String dataSetId)
The data set ID of the published revision.
|
String |
toString()
Returns a string representation of this object.
|
RevisionPublished |
withDataSetId(String dataSetId)
The data set ID of the published revision.
|
public void setDataSetId(String dataSetId)
The data set ID of the published revision.
dataSetId - The data set ID of the published revision.public String getDataSetId()
The data set ID of the published revision.
public RevisionPublished withDataSetId(String dataSetId)
The data set ID of the published revision.
dataSetId - The data set ID of the published revision.public String toString()
toString in class ObjectObject.toString()public RevisionPublished clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.