@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSyncBlockerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSyncBlockerRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSyncBlockerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the sync blocker to be updated.
|
String |
getResolvedReason()
The reason for resolving the sync blocker.
|
String |
getResourceName()
The name of the resource for the sync blocker to be updated.
|
String |
getSyncType()
The sync type of the sync blocker to be updated.
|
int |
hashCode() |
void |
setId(String id)
The ID of the sync blocker to be updated.
|
void |
setResolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
|
void |
setResourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
|
void |
setSyncType(String syncType)
The sync type of the sync blocker to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSyncBlockerRequest |
withId(String id)
The ID of the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
withResolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
|
UpdateSyncBlockerRequest |
withResourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
withSyncType(String syncType)
The sync type of the sync blocker to be updated.
|
UpdateSyncBlockerRequest |
withSyncType(SyncConfigurationType syncType)
The sync type of the sync blocker to be updated.
|
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 void setId(String id)
The ID of the sync blocker to be updated.
id
- The ID of the sync blocker to be updated.public String getId()
The ID of the sync blocker to be updated.
public UpdateSyncBlockerRequest withId(String id)
The ID of the sync blocker to be updated.
id
- The ID of the sync blocker to be updated.public void setSyncType(String syncType)
The sync type of the sync blocker to be updated.
syncType
- The sync type of the sync blocker to be updated.SyncConfigurationType
public String getSyncType()
The sync type of the sync blocker to be updated.
SyncConfigurationType
public UpdateSyncBlockerRequest withSyncType(String syncType)
The sync type of the sync blocker to be updated.
syncType
- The sync type of the sync blocker to be updated.SyncConfigurationType
public UpdateSyncBlockerRequest withSyncType(SyncConfigurationType syncType)
The sync type of the sync blocker to be updated.
syncType
- The sync type of the sync blocker to be updated.SyncConfigurationType
public void setResourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
resourceName
- The name of the resource for the sync blocker to be updated.public String getResourceName()
The name of the resource for the sync blocker to be updated.
public UpdateSyncBlockerRequest withResourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
resourceName
- The name of the resource for the sync blocker to be updated.public void setResolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
resolvedReason
- The reason for resolving the sync blocker.public String getResolvedReason()
The reason for resolving the sync blocker.
public UpdateSyncBlockerRequest withResolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
resolvedReason
- The reason for resolving the sync blocker.public String toString()
toString
in class Object
Object.toString()
public UpdateSyncBlockerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.