@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteScraperRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteScraper operation.
NOOP | Constructor and Description |
|---|
DeleteScraperRequest () |
| Modifier and Type | Method and Description |
|---|---|
DeleteScraperRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getClientToken ()
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
String |
getScraperId ()
The ID of the scraper to delete.
|
int |
hashCode () |
void |
setClientToken (String clientToken)
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
void |
setScraperId (String scraperId)
The ID of the scraper to delete.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteScraperRequest |
withClientToken (String clientToken)
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
DeleteScraperRequest |
withScraperId (String scraperId)
The ID of the scraper to delete.
|
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 DeleteScraperRequest()
public void setClientToken(String clientToken)
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
clientToken - (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the
request.public String getClientToken()
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
public DeleteScraperRequest withClientToken(String clientToken)
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
clientToken - (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the
request.public void setScraperId(String scraperId)
The ID of the scraper to delete.
scraperId - The ID of the scraper to delete.public String getScraperId()
The ID of the scraper to delete.
public DeleteScraperRequest withScraperId(String scraperId)
The ID of the scraper to delete.
scraperId - The ID of the scraper to delete.public String toString()
toString in class Object Object.toString() public DeleteScraperRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()