@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteServiceActionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The language code.
|
String |
getId()
The self-service action identifier.
|
String |
getIdempotencyToken()
A unique identifier that you provide to ensure idempotency.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The language code.
|
void |
setId(String id)
The self-service action identifier.
|
void |
setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
String |
toString()
Returns a string representation of this object.
|
DeleteServiceActionRequest |
withAcceptLanguage(String acceptLanguage)
The language code.
|
DeleteServiceActionRequest |
withId(String id)
The self-service action identifier.
|
DeleteServiceActionRequest |
withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency.
|
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 self-service action identifier. For example, act-fs7abcd89wxyz
.
id
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public String getId()
The self-service action identifier. For example, act-fs7abcd89wxyz
.
act-fs7abcd89wxyz
.public DeleteServiceActionRequest withId(String id)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
id
- The self-service action identifier. For example, act-fs7abcd89wxyz
.public void setAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public String getAcceptLanguage()
The language code.
jp
- Japanese
zh
- Chinese
jp
- Japanese
zh
- Chinese
public DeleteServiceActionRequest withAcceptLanguage(String acceptLanguage)
The language code.
jp
- Japanese
zh
- Chinese
acceptLanguage
- The language code.
jp
- Japanese
zh
- Chinese
public void setIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web
Services account use the same idempotency token, the same response is returned for each repeated request.public String getIdempotencyToken()
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
public DeleteServiceActionRequest withIdempotencyToken(String idempotencyToken)
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
idempotencyToken
- A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web
Services account use the same idempotency token, the same response is returned for each repeated request.public String toString()
toString
in class Object
Object.toString()
public DeleteServiceActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()