@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConflictException extends AmazonChimeSDKMeetingsException
Multiple instances of the same request have been made simultaneously.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ConflictException(String message)
Constructs a new ConflictException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getRequestId() |
void |
setCode(String code) |
void |
setRequestId(String requestId) |
ConflictException |
withCode(String code) |
ConflictException |
withRequestId(String requestId) |
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 ConflictException(String message)
message - Describes the error encountered.public void setCode(String code)
code - public String getCode()
public ConflictException withCode(String code)
code - public void setRequestId(String requestId)
setRequestId in class AmazonServiceExceptionrequestId - public String getRequestId()
getRequestId in class AmazonServiceExceptionpublic ConflictException withRequestId(String requestId)
requestId - Copyright © 2022. All rights reserved.