@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSyncBlockerSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSyncBlockerSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetSyncBlockerSummaryResult |
clone() |
boolean |
equals(Object obj) |
SyncBlockerSummary |
getSyncBlockerSummary()
The list of sync blockers for a specified resource.
|
int |
hashCode() |
void |
setSyncBlockerSummary(SyncBlockerSummary syncBlockerSummary)
The list of sync blockers for a specified resource.
|
String |
toString()
Returns a string representation of this object.
|
GetSyncBlockerSummaryResult |
withSyncBlockerSummary(SyncBlockerSummary syncBlockerSummary)
The list of sync blockers for a specified resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSyncBlockerSummary(SyncBlockerSummary syncBlockerSummary)
The list of sync blockers for a specified resource.
syncBlockerSummary
- The list of sync blockers for a specified resource.public SyncBlockerSummary getSyncBlockerSummary()
The list of sync blockers for a specified resource.
public GetSyncBlockerSummaryResult withSyncBlockerSummary(SyncBlockerSummary syncBlockerSummary)
The list of sync blockers for a specified resource.
syncBlockerSummary
- The list of sync blockers for a specified resource.public String toString()
toString
in class Object
Object.toString()
public GetSyncBlockerSummaryResult clone()