@Generated(value="software.amazon.awssdk:codegen") public final class InvalidRequestException extends DlmException implements ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>
Bad request. The request is missing required parameters or has invalid parameters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidRequestException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
boolean |
hasMutuallyExclusiveParameters()
Returns true if the MutuallyExclusiveParameters property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
boolean |
hasRequiredParameters()
Returns true if the RequiredParameters 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> |
mutuallyExclusiveParameters()
The request included parameters that cannot be provided together.
|
List<String> |
requiredParameters()
The request omitted one or more required parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidRequestException.Builder> |
serializableBuilderClass() |
InvalidRequestException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InvalidRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidRequestException.Builder,InvalidRequestException>toBuilder in class DlmExceptionpublic static InvalidRequestException.Builder builder()
public static Class<? extends InvalidRequestException.Builder> serializableBuilderClass()
public String code()
public boolean hasRequiredParameters()
public List<String> requiredParameters()
The request omitted one or more required parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRequiredParameters() to see if a value was sent in this field.
public boolean hasMutuallyExclusiveParameters()
public List<String> mutuallyExclusiveParameters()
The request included parameters that cannot be provided together.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasMutuallyExclusiveParameters() to see if a value was sent in this field.
Copyright © 2020. All rights reserved.