@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Event extends Object implements Serializable, Cloneable, StructuredPojo
What occurs to start an action.
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
Event |
clone() |
boolean |
equals(Object obj) |
RevisionPublished |
getRevisionPublished()
What occurs to start the revision publish action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRevisionPublished(RevisionPublished revisionPublished)
What occurs to start the revision publish action.
|
String |
toString()
Returns a string representation of this object.
|
Event |
withRevisionPublished(RevisionPublished revisionPublished)
What occurs to start the revision publish action.
|
public void setRevisionPublished(RevisionPublished revisionPublished)
What occurs to start the revision publish action.
revisionPublished
- What occurs to start the revision publish action.public RevisionPublished getRevisionPublished()
What occurs to start the revision publish action.
public Event withRevisionPublished(RevisionPublished revisionPublished)
What occurs to start the revision publish action.
revisionPublished
- What occurs to start the revision publish action.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.