@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelFlowCallbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ChannelFlowCallbackRequest() |
Modifier and Type | Method and Description |
---|---|
ChannelFlowCallbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallbackId()
The identifier passed to the processor by the service when invoked.
|
String |
getChannelArn()
The ARN of the channel.
|
ChannelMessageCallback |
getChannelMessage()
Stores information about the processed message.
|
Boolean |
getDeleteResource()
When a processor determines that a message needs to be
DENIED , pass this parameter with a value of
true. |
int |
hashCode() |
Boolean |
isDeleteResource()
When a processor determines that a message needs to be
DENIED , pass this parameter with a value of
true. |
void |
setCallbackId(String callbackId)
The identifier passed to the processor by the service when invoked.
|
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChannelMessage(ChannelMessageCallback channelMessage)
Stores information about the processed message.
|
void |
setDeleteResource(Boolean deleteResource)
When a processor determines that a message needs to be
DENIED , pass this parameter with a value of
true. |
String |
toString()
Returns a string representation of this object.
|
ChannelFlowCallbackRequest |
withCallbackId(String callbackId)
The identifier passed to the processor by the service when invoked.
|
ChannelFlowCallbackRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
ChannelFlowCallbackRequest |
withChannelMessage(ChannelMessageCallback channelMessage)
Stores information about the processed message.
|
ChannelFlowCallbackRequest |
withDeleteResource(Boolean deleteResource)
When a processor determines that a message needs to be
DENIED , pass this parameter with a value of
true. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCallbackId(String callbackId)
The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
callbackId
- The identifier passed to the processor by the service when invoked. Use the identifier to call back the
service.public String getCallbackId()
The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
public ChannelFlowCallbackRequest withCallbackId(String callbackId)
The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.
callbackId
- The identifier passed to the processor by the service when invoked. Use the identifier to call back the
service.public void setChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public ChannelFlowCallbackRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public void setDeleteResource(Boolean deleteResource)
When a processor determines that a message needs to be DENIED
, pass this parameter with a value of
true.
deleteResource
- When a processor determines that a message needs to be DENIED
, pass this parameter with a
value of true.public Boolean getDeleteResource()
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 ChannelFlowCallbackRequest withDeleteResource(Boolean deleteResource)
When a processor determines that a message needs to be DENIED
, pass this parameter with a value of
true.
deleteResource
- When a processor determines that a message needs to be DENIED
, pass this parameter with a
value of true.public Boolean isDeleteResource()
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 void setChannelMessage(ChannelMessageCallback channelMessage)
Stores information about the processed message.
channelMessage
- Stores information about the processed message.public ChannelMessageCallback getChannelMessage()
Stores information about the processed message.
public ChannelFlowCallbackRequest withChannelMessage(ChannelMessageCallback channelMessage)
Stores information about the processed message.
channelMessage
- Stores information about the processed message.public String toString()
toString
in class Object
Object.toString()
public ChannelFlowCallbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.