@Generated(value="software.amazon.awssdk:codegen") public final class PostFulfillmentStatusSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PostFulfillmentStatusSpecification.Builder,PostFulfillmentStatusSpecification>
Provides a setting that determines whether the post-fulfillment response is sent to the user. For more information, see https://docs.aws. amazon.com/lexv2/latest/dg/streaming-progress.html#progress-complete
| Modifier and Type | Class and Description |
|---|---|
static interface |
PostFulfillmentStatusSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PostFulfillmentStatusSpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ResponseSpecification |
failureResponse()
Returns the value of the FailureResponse property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PostFulfillmentStatusSpecification.Builder> |
serializableBuilderClass() |
ResponseSpecification |
successResponse()
Returns the value of the SuccessResponse property for this object.
|
ResponseSpecification |
timeoutResponse()
Returns the value of the TimeoutResponse property for this object.
|
PostFulfillmentStatusSpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResponseSpecification successResponse()
public final ResponseSpecification failureResponse()
public final ResponseSpecification timeoutResponse()
public PostFulfillmentStatusSpecification.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PostFulfillmentStatusSpecification.Builder,PostFulfillmentStatusSpecification>public static PostFulfillmentStatusSpecification.Builder builder()
public static Class<? extends PostFulfillmentStatusSpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.