@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContactFlowResult() |
Modifier and Type | Method and Description |
---|---|
CreateContactFlowResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
String |
getContactFlowId()
The identifier of the flow.
|
int |
hashCode() |
void |
setContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the flow.
|
void |
setContactFlowId(String contactFlowId)
The identifier of the flow.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactFlowResult |
withContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the flow.
|
CreateContactFlowResult |
withContactFlowId(String contactFlowId)
The identifier of the flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public String getContactFlowId()
The identifier of the flow.
public CreateContactFlowResult withContactFlowId(String contactFlowId)
The identifier of the flow.
contactFlowId
- The identifier of the flow.public void setContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the flow.
contactFlowArn
- The Amazon Resource Name (ARN) of the flow.public String getContactFlowArn()
The Amazon Resource Name (ARN) of the flow.
public CreateContactFlowResult withContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the flow.
contactFlowArn
- The Amazon Resource Name (ARN) of the flow.public String toString()
toString
in class Object
Object.toString()
public CreateContactFlowResult clone()