@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSyncBlockerSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSyncBlockerSummaryRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSyncBlockerSummaryRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getResourceName ()
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git
repository.
|
String |
getSyncType ()
The sync type for the sync blocker summary.
|
int |
hashCode () |
void |
setResourceName (String resourceName)
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git
repository.
|
void |
setSyncType (String syncType)
The sync type for the sync blocker summary.
|
String |
toString ()
Returns a string representation of this object.
|
GetSyncBlockerSummaryRequest |
withResourceName (String resourceName)
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git
repository.
|
GetSyncBlockerSummaryRequest |
withSyncType (String syncType)
The sync type for the sync blocker summary.
|
GetSyncBlockerSummaryRequest |
withSyncType (SyncConfigurationType syncType)
The sync type for the sync blocker summary.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetSyncBlockerSummaryRequest()
public void setSyncType(String syncType)
The sync type for the sync blocker summary.
syncType - The sync type for the sync blocker summary.SyncConfigurationType public String getSyncType()
The sync type for the sync blocker summary.
SyncConfigurationType public GetSyncBlockerSummaryRequest withSyncType(String syncType)
The sync type for the sync blocker summary.
syncType - The sync type for the sync blocker summary.SyncConfigurationType public GetSyncBlockerSummaryRequest withSyncType(SyncConfigurationType syncType)
The sync type for the sync blocker summary.
syncType - The sync type for the sync blocker summary.SyncConfigurationType public void setResourceName(String resourceName)
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
resourceName - The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git
repository.public String getResourceName()
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
public GetSyncBlockerSummaryRequest withResourceName(String resourceName)
The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git repository.
resourceName - The name of the Amazon Web Services resource currently blocked from automatically being synced from a Git
repository.public String toString()
toString in class Object Object.toString() public GetSyncBlockerSummaryRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()