@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContactFlowModuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeContactFlowModuleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeContactFlowModuleResult | clone() | 
| boolean | equals(Object obj) | 
| ContactFlowModule | getContactFlowModule()
 Information about the flow module. | 
| int | hashCode() | 
| void | setContactFlowModule(ContactFlowModule contactFlowModule)
 Information about the flow module. | 
| String | toString()Returns a string representation of this object. | 
| DescribeContactFlowModuleResult | withContactFlowModule(ContactFlowModule contactFlowModule)
 Information about the flow module. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
contactFlowModule - Information about the flow module.public ContactFlowModule getContactFlowModule()
Information about the flow module.
public DescribeContactFlowModuleResult withContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
contactFlowModule - Information about the flow module.public String toString()
toString in class ObjectObject.toString()public DescribeContactFlowModuleResult clone()