@Generated(value="software.amazon.awssdk:codegen") public final class ChannelFlowCallbackRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ChannelFlowCallbackRequest.Builder,ChannelFlowCallbackRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelFlowCallbackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelFlowCallbackRequest.Builder |
builder() |
String |
callbackId()
The identifier passed to the processor by the service when invoked.
|
String |
channelArn()
The ARN of the channel.
|
ChannelMessageCallback |
channelMessage()
Stores information about the processed message.
|
Boolean |
deleteResource()
When a processor determines that a message needs to be
DENIED, pass this parameter with a value of
true. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelFlowCallbackRequest.Builder> |
serializableBuilderClass() |
ChannelFlowCallbackRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String callbackId()
The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
public final String channelArn()
The ARN of the channel.
public final Boolean deleteResource()
When a processor determines that a message needs to be DENIED, pass this parameter with a value of
true.
DENIED, pass this parameter with a
value of true.public final ChannelMessageCallback channelMessage()
Stores information about the processed message.
public ChannelFlowCallbackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelFlowCallbackRequest.Builder,ChannelFlowCallbackRequest>toBuilder in class ChimeSdkMessagingRequestpublic static ChannelFlowCallbackRequest.Builder builder()
public static Class<? extends ChannelFlowCallbackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.