@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PerObjectStatus extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PerObjectStatus() |
| Modifier and Type | Method and Description |
|---|---|
PerObjectStatus |
clone() |
boolean |
equals(Object obj) |
String |
getSyncStatus()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSyncStatus(String syncStatus)
|
String |
toString()
Returns a string representation of this object.
|
PerObjectStatus |
withSyncStatus(PerObjectSyncStatus syncStatus)
|
PerObjectStatus |
withSyncStatus(String syncStatus)
|
public void setSyncStatus(String syncStatus)
syncStatus - PerObjectSyncStatuspublic String getSyncStatus()
PerObjectSyncStatuspublic PerObjectStatus withSyncStatus(String syncStatus)
syncStatus - PerObjectSyncStatuspublic PerObjectStatus withSyncStatus(PerObjectSyncStatus syncStatus)
syncStatus - PerObjectSyncStatuspublic String toString()
toString in class ObjectObject.toString()public PerObjectStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.