@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncResourceSummary extends Object implements Serializable, Cloneable, StructuredPojo
The sync resource summary.
| Constructor and Description |
|---|
SyncResourceSummary() |
| Modifier and Type | Method and Description |
|---|---|
SyncResourceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getExternalId()
The external ID.
|
String |
getResourceId()
The resource ID.
|
String |
getResourceType()
The resource type.
|
SyncResourceStatus |
getStatus()
The sync resource summary status.
|
Date |
getUpdateDateTime()
The update date and time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExternalId(String externalId)
The external ID.
|
void |
setResourceId(String resourceId)
The resource ID.
|
void |
setResourceType(String resourceType)
The resource type.
|
void |
setStatus(SyncResourceStatus status)
The sync resource summary status.
|
void |
setUpdateDateTime(Date updateDateTime)
The update date and time.
|
String |
toString()
Returns a string representation of this object.
|
SyncResourceSummary |
withExternalId(String externalId)
The external ID.
|
SyncResourceSummary |
withResourceId(String resourceId)
The resource ID.
|
SyncResourceSummary |
withResourceType(String resourceType)
The resource type.
|
SyncResourceSummary |
withResourceType(SyncResourceType resourceType)
The resource type.
|
SyncResourceSummary |
withStatus(SyncResourceStatus status)
The sync resource summary status.
|
SyncResourceSummary |
withUpdateDateTime(Date updateDateTime)
The update date and time.
|
public void setResourceType(String resourceType)
The resource type.
resourceType - The resource type.SyncResourceTypepublic String getResourceType()
The resource type.
SyncResourceTypepublic SyncResourceSummary withResourceType(String resourceType)
The resource type.
resourceType - The resource type.SyncResourceTypepublic SyncResourceSummary withResourceType(SyncResourceType resourceType)
The resource type.
resourceType - The resource type.SyncResourceTypepublic void setExternalId(String externalId)
The external ID.
externalId - The external ID.public String getExternalId()
The external ID.
public SyncResourceSummary withExternalId(String externalId)
The external ID.
externalId - The external ID.public void setResourceId(String resourceId)
The resource ID.
resourceId - The resource ID.public String getResourceId()
The resource ID.
public SyncResourceSummary withResourceId(String resourceId)
The resource ID.
resourceId - The resource ID.public void setStatus(SyncResourceStatus status)
The sync resource summary status.
status - The sync resource summary status.public SyncResourceStatus getStatus()
The sync resource summary status.
public SyncResourceSummary withStatus(SyncResourceStatus status)
The sync resource summary status.
status - The sync resource summary status.public void setUpdateDateTime(Date updateDateTime)
The update date and time.
updateDateTime - The update date and time.public Date getUpdateDateTime()
The update date and time.
public SyncResourceSummary withUpdateDateTime(Date updateDateTime)
The update date and time.
updateDateTime - The update date and time.public String toString()
toString in class ObjectObject.toString()public SyncResourceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.