@Generated(value="software.amazon.awssdk:codegen") public final class InvalidChangeBatchException extends Route53Exception implements ToCopyableBuilder<InvalidChangeBatchException.Builder,InvalidChangeBatchException>
This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidChangeBatchException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidChangeBatchException.Builder |
builder() |
boolean |
hasMessages()
Returns true if the Messages property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<String> |
messages()
Descriptive message for the error response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidChangeBatchException.Builder> |
serializableBuilderClass() |
InvalidChangeBatchException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidChangeBatchException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidChangeBatchException.Builder,InvalidChangeBatchException>toBuilder in class Route53Exceptionpublic static InvalidChangeBatchException.Builder builder()
public static Class<? extends InvalidChangeBatchException.Builder> serializableBuilderClass()
public boolean hasMessages()
public List<String> messages()
Descriptive message for the error response.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMessages() to see if a value was sent in this field.
Copyright © 2020. All rights reserved.