@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateChannelFlowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateChannelFlowRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateChannelFlowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChannelArn()
The ARN of the channel.
|
String |
getChannelFlowArn()
The ARN of the channel flow.
|
String |
getChimeBearer()
The
AppInstanceUserArn of the user making the API call. |
int |
hashCode() |
void |
setChannelArn(String channelArn)
The ARN of the channel.
|
void |
setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
void |
setChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
String |
toString()
Returns a string representation of this object.
|
AssociateChannelFlowRequest |
withChannelArn(String channelArn)
The ARN of the channel.
|
AssociateChannelFlowRequest |
withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
AssociateChannelFlowRequest |
withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
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 setChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.public String getChannelArn()
The ARN of the channel.
public AssociateChannelFlowRequest withChannelArn(String channelArn)
The ARN of the channel.
channelArn
- The ARN of the channel.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 AssociateChannelFlowRequest withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public void setChimeBearer(String chimeBearer)
The AppInstanceUserArn
of the user making the API call.
chimeBearer
- The AppInstanceUserArn
of the user making the API call.public String getChimeBearer()
The AppInstanceUserArn
of the user making the API call.
AppInstanceUserArn
of the user making the API call.public AssociateChannelFlowRequest withChimeBearer(String chimeBearer)
The AppInstanceUserArn
of the user making the API call.
chimeBearer
- The AppInstanceUserArn
of the user making the API call.public String toString()
toString
in class Object
Object.toString()
public AssociateChannelFlowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()