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