@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThrottlingException extends AmazonivschatException
AmazonServiceException.ErrorType | Constructor and Description |
|---|
ThrottlingException (String message)
Constructs a new ThrottlingException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit ()
|
String |
getResourceId ()
|
String |
getResourceType ()
|
void |
setLimit (Integer limit)
|
void |
setResourceId (String resourceId)
|
void |
setResourceType (String resourceType)
|
ThrottlingException |
withLimit (Integer limit)
|
ThrottlingException |
withResourceId (String resourceId)
|
ThrottlingException |
withResourceType (ResourceType resourceType)
|
ThrottlingException |
withResourceType (String resourceType)
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode isRetryable addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString public ThrottlingException(String message)
message - Describes the error encountered.public void setResourceId(String resourceId)
resourceId - public String getResourceId()
public ThrottlingException withResourceId(String resourceId)
resourceId - public void setResourceType(String resourceType)
resourceType - ResourceType public String getResourceType()
ResourceType public ThrottlingException withResourceType(String resourceType)
resourceType - ResourceType public ThrottlingException withResourceType(ResourceType resourceType)
resourceType - ResourceType public void setLimit(Integer limit)
limit - public Integer getLimit()
public ThrottlingException withLimit(Integer limit)
limit -