@Generated(value="software.amazon.awssdk:codegen") public final class InvalidContactFlowException extends ConnectException implements ToCopyableBuilder<InvalidContactFlowException.Builder,InvalidContactFlowException>
The contact flow is not valid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidContactFlowException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidContactFlowException.Builder |
builder() |
boolean |
hasProblems()
Returns true if the Problems 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<ProblemDetail> |
problems()
The problems with the contact flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidContactFlowException.Builder> |
serializableBuilderClass() |
InvalidContactFlowException.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 InvalidContactFlowException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidContactFlowException.Builder,InvalidContactFlowException>toBuilder in class ConnectExceptionpublic static InvalidContactFlowException.Builder builder()
public static Class<? extends InvalidContactFlowException.Builder> serializableBuilderClass()
public boolean hasProblems()
public List<ProblemDetail> problems()
The problems with the contact flow. Please fix before trying again.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProblems() to see if a value was sent in this field.
Copyright © 2021. All rights reserved.