@Generated(value="software.amazon.awssdk:codegen") public final class DashboardInvalidInputErrorException extends CloudWatchException implements ToCopyableBuilder<DashboardInvalidInputErrorException.Builder,DashboardInvalidInputErrorException>
Some part of the dashboard data is invalid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DashboardInvalidInputErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DashboardInvalidInputErrorException.Builder |
builder() |
List<DashboardValidationMessage> |
dashboardValidationMessages()
Returns the value of the DashboardValidationMessages property for this object.
|
boolean |
hasDashboardValidationMessages()
Returns true if the DashboardValidationMessages 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<SdkField<?>> |
sdkFields() |
static Class<? extends DashboardInvalidInputErrorException.Builder> |
serializableBuilderClass() |
DashboardInvalidInputErrorException.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 DashboardInvalidInputErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DashboardInvalidInputErrorException.Builder,DashboardInvalidInputErrorException>toBuilder in class CloudWatchExceptionpublic static DashboardInvalidInputErrorException.Builder builder()
public static Class<? extends DashboardInvalidInputErrorException.Builder> serializableBuilderClass()
public boolean hasDashboardValidationMessages()
public List<DashboardValidationMessage> dashboardValidationMessages()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDashboardValidationMessages() to see if a value was sent in this field.
Copyright © 2021. All rights reserved.