@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncBlockerSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary for sync blockers.
| Constructor and Description |
|---|
SyncBlockerSummary () |
| Modifier and Type | Method and Description |
|---|---|
SyncBlockerSummary |
clone () |
boolean |
equals (Object obj) |
List<SyncBlocker> |
getLatestBlockers ()
The latest events for a sync blocker summary.
|
String |
getParentResourceName ()
The parent resource name for a sync blocker summary.
|
String |
getResourceName ()
The resource name for sync blocker summary.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLatestBlockers (Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
|
void |
setParentResourceName (String parentResourceName)
The parent resource name for a sync blocker summary.
|
void |
setResourceName (String resourceName)
The resource name for sync blocker summary.
|
String |
toString ()
Returns a string representation of this object.
|
SyncBlockerSummary |
withLatestBlockers (Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
|
SyncBlockerSummary |
withLatestBlockers (SyncBlocker... latestBlockers)
The latest events for a sync blocker summary.
|
SyncBlockerSummary |
withParentResourceName (String parentResourceName)
The parent resource name for a sync blocker summary.
|
SyncBlockerSummary |
withResourceName (String resourceName)
The resource name for sync blocker summary.
|
public SyncBlockerSummary()
public void setResourceName(String resourceName)
The resource name for sync blocker summary.
resourceName - The resource name for sync blocker summary.public String getResourceName()
The resource name for sync blocker summary.
public SyncBlockerSummary withResourceName(String resourceName)
The resource name for sync blocker summary.
resourceName - The resource name for sync blocker summary.public void setParentResourceName(String parentResourceName)
The parent resource name for a sync blocker summary.
parentResourceName - The parent resource name for a sync blocker summary.public String getParentResourceName()
The parent resource name for a sync blocker summary.
public SyncBlockerSummary withParentResourceName(String parentResourceName)
The parent resource name for a sync blocker summary.
parentResourceName - The parent resource name for a sync blocker summary.public List<SyncBlocker> getLatestBlockers()
The latest events for a sync blocker summary.
public void setLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
latestBlockers - The latest events for a sync blocker summary.public SyncBlockerSummary withLatestBlockers(SyncBlocker... latestBlockers)
The latest events for a sync blocker summary.
NOTE: This method appends the values to the existing list (if any). Use
setLatestBlockers(java.util.Collection) or withLatestBlockers(java.util.Collection) if you want
to override the existing values.
latestBlockers - The latest events for a sync blocker summary.public SyncBlockerSummary withLatestBlockers(Collection<SyncBlocker> latestBlockers)
The latest events for a sync blocker summary.
latestBlockers - The latest events for a sync blocker summary.public String toString()
toString in class Object Object.toString() public SyncBlockerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.