public class DescribeContactFlowModuleResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeContactFlowModuleResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ContactFlowModule |
getContactFlowModule()
Information about the flow module.
|
int |
hashCode() |
void |
setContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContactFlowModuleResult |
withContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
|
public ContactFlowModule getContactFlowModule()
Information about the flow module.
Information about the flow module.
public void setContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
contactFlowModule - Information about the flow module.
public DescribeContactFlowModuleResult withContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
Returns a reference to this object so that method calls can be chained together.
contactFlowModule - Information about the flow module.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object