@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RepositorySyncEvent extends Object implements Serializable, Cloneable, StructuredPojo
Repository sync event detail data for a sync attempt.
Constructor and Description |
---|
RepositorySyncEvent() |
Modifier and Type | Method and Description |
---|---|
RepositorySyncEvent |
clone() |
boolean |
equals(Object obj) |
String |
getEvent()
Event detail for a repository sync attempt.
|
String |
getExternalId()
The external ID of the sync event.
|
Date |
getTime()
The time that the sync event occurred.
|
String |
getType()
The type of event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvent(String event)
Event detail for a repository sync attempt.
|
void |
setExternalId(String externalId)
The external ID of the sync event.
|
void |
setTime(Date time)
The time that the sync event occurred.
|
void |
setType(String type)
The type of event.
|
String |
toString()
Returns a string representation of this object.
|
RepositorySyncEvent |
withEvent(String event)
Event detail for a repository sync attempt.
|
RepositorySyncEvent |
withExternalId(String externalId)
The external ID of the sync event.
|
RepositorySyncEvent |
withTime(Date time)
The time that the sync event occurred.
|
RepositorySyncEvent |
withType(String type)
The type of event.
|
public void setEvent(String event)
Event detail for a repository sync attempt.
event
- Event detail for a repository sync attempt.public String getEvent()
Event detail for a repository sync attempt.
public RepositorySyncEvent withEvent(String event)
Event detail for a repository sync attempt.
event
- Event detail for a repository sync attempt.public void setExternalId(String externalId)
The external ID of the sync event.
externalId
- The external ID of the sync event.public String getExternalId()
The external ID of the sync event.
public RepositorySyncEvent withExternalId(String externalId)
The external ID of the sync event.
externalId
- The external ID of the sync event.public void setTime(Date time)
The time that the sync event occurred.
time
- The time that the sync event occurred.public Date getTime()
The time that the sync event occurred.
public RepositorySyncEvent withTime(Date time)
The time that the sync event occurred.
time
- The time that the sync event occurred.public void setType(String type)
The type of event.
type
- The type of event.public String getType()
The type of event.
public RepositorySyncEvent withType(String type)
The type of event.
type
- The type of event.public String toString()
toString
in class Object
Object.toString()
public RepositorySyncEvent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.