@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DuplicateRequestException extends AmazonRoute53DomainsException
The request is already in progress for the domain.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
DuplicateRequestException(String message)
Constructs a new DuplicateRequestException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
ID of the request operation.
|
void |
setRequestId(String requestId)
ID of the request operation.
|
DuplicateRequestException |
withRequestId(String requestId)
ID of the request operation.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateRequestException(String message)
message - Describes the error encountered.public void setRequestId(String requestId)
ID of the request operation.
setRequestId in class AmazonServiceExceptionrequestId - ID of the request operation.public String getRequestId()
ID of the request operation.
getRequestId in class AmazonServiceExceptionpublic DuplicateRequestException withRequestId(String requestId)
ID of the request operation.
requestId - ID of the request operation.