@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceSyncBlockerSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetServiceSyncBlockerSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceSyncBlockerSummaryResult |
clone() |
boolean |
equals(Object obj) |
ServiceSyncBlockerSummary |
getServiceSyncBlockerSummary()
The detailed data of the requested service sync blocker summary.
|
int |
hashCode() |
void |
setServiceSyncBlockerSummary(ServiceSyncBlockerSummary serviceSyncBlockerSummary)
The detailed data of the requested service sync blocker summary.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceSyncBlockerSummaryResult |
withServiceSyncBlockerSummary(ServiceSyncBlockerSummary serviceSyncBlockerSummary)
The detailed data of the requested service sync blocker summary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServiceSyncBlockerSummary(ServiceSyncBlockerSummary serviceSyncBlockerSummary)
The detailed data of the requested service sync blocker summary.
serviceSyncBlockerSummary - The detailed data of the requested service sync blocker summary.public ServiceSyncBlockerSummary getServiceSyncBlockerSummary()
The detailed data of the requested service sync blocker summary.
public GetServiceSyncBlockerSummaryResult withServiceSyncBlockerSummary(ServiceSyncBlockerSummary serviceSyncBlockerSummary)
The detailed data of the requested service sync blocker summary.
serviceSyncBlockerSummary - The detailed data of the requested service sync blocker summary.public String toString()
toString in class ObjectObject.toString()public GetServiceSyncBlockerSummaryResult clone()