@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateChannelFlowResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelFlowResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelFlowArn()
The ARN of the channel flow.
|
int |
hashCode() |
void |
setChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
String |
toString()
Returns a string representation of this object.
|
CreateChannelFlowResult |
withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateChannelFlowResult withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn - The ARN of the channel flow.public String toString()
toString in class ObjectObject.toString()public CreateChannelFlowResult clone()