@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, setSdkResponseMetadata
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 CreateChannelFlowResult withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn
- The ARN of the channel flow.public String toString()
toString
in class Object
Object.toString()
public CreateChannelFlowResult clone()