Class ChannelFlowCallbackRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ChannelFlowCallbackRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ChannelFlowCallbackRequest.Builder,ChannelFlowCallbackRequest>
@Generated("software.amazon.awssdk:codegen") public final class ChannelFlowCallbackRequest extends ChimeSdkMessagingRequest implements ToCopyableBuilder<ChannelFlowCallbackRequest.Builder,ChannelFlowCallbackRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChannelFlowCallbackRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelFlowCallbackRequest.Builderbuilder()StringcallbackId()The identifier passed to the processor by the service when invoked.StringchannelArn()The ARN of the channel.ChannelMessageCallbackchannelMessage()Stores information about the processed message.BooleandeleteResource()When a processor determines that a message needs to beDENIED, pass this parameter with a value of true.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ChannelFlowCallbackRequest.Builder>serializableBuilderClass()ChannelFlowCallbackRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
callbackId
public final String callbackId()
The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
- Returns:
- The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
-
channelArn
public final String channelArn()
The ARN of the channel.
- Returns:
- The ARN of the channel.
-
deleteResource
public final Boolean deleteResource()
When a processor determines that a message needs to be
DENIED, pass this parameter with a value of true.- Returns:
- When a processor determines that a message needs to be
DENIED, pass this parameter with a value of true.
-
channelMessage
public final ChannelMessageCallback channelMessage()
Stores information about the processed message.
- Returns:
- Stores information about the processed message.
-
toBuilder
public ChannelFlowCallbackRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelFlowCallbackRequest.Builder,ChannelFlowCallbackRequest>- Specified by:
toBuilderin classChimeSdkMessagingRequest
-
builder
public static ChannelFlowCallbackRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChannelFlowCallbackRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-