Serializable
, ToCopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>
@Generated("software.amazon.awssdk:codegen") public class EventDestinationAlreadyExistsException extends SESException implements ToCopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>
Indicates that the event destination could not be created because of a naming conflict.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventDestinationAlreadyExistsException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static EventDestinationAlreadyExistsException.Builder |
builder() |
|
String |
configurationSetName() |
|
String |
eventDestinationName() |
|
static Class<? extends EventDestinationAlreadyExistsException.Builder> |
serializableBuilderClass() |
|
EventDestinationAlreadyExistsException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventDestinationAlreadyExistsException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>
public static EventDestinationAlreadyExistsException.Builder builder()
public static Class<? extends EventDestinationAlreadyExistsException.Builder> serializableBuilderClass()
public String configurationSetName()
public String eventDestinationName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.