@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateChannelFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateChannelFlowRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateChannelFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelFlowArn()
The ARN of the channel flow.
|
String |
getName()
The name of the channel flow.
|
List<Processor> |
getProcessors()
Information about the processor Lambda functions
|
int |
hashCode() |
void |
setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
void |
setName(String name)
The name of the channel flow.
|
void |
setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
|
String |
toString()
Returns a string representation of this object.
|
UpdateChannelFlowRequest |
withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
UpdateChannelFlowRequest |
withName(String name)
The name of the channel flow.
|
UpdateChannelFlowRequest |
withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
|
UpdateChannelFlowRequest |
withProcessors(Processor... processors)
Information about the processor Lambda functions
|
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 setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public String getChannelFlowArn()
The ARN of the channel flow.
public UpdateChannelFlowRequest withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public List<Processor> getProcessors()
Information about the processor Lambda functions
public void setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
processors
- Information about the processor Lambda functionspublic UpdateChannelFlowRequest withProcessors(Processor... processors)
Information about the processor Lambda functions
NOTE: This method appends the values to the existing list (if any). Use
setProcessors(java.util.Collection)
or withProcessors(java.util.Collection)
if you want to
override the existing values.
processors
- Information about the processor Lambda functionspublic UpdateChannelFlowRequest withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
processors
- Information about the processor Lambda functionspublic void setName(String name)
The name of the channel flow.
name
- The name of the channel flow.public String getName()
The name of the channel flow.
public UpdateChannelFlowRequest withName(String name)
The name of the channel flow.
name
- The name of the channel flow.public String toString()
toString
in class Object
Object.toString()
public UpdateChannelFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.