@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 contact flow module. 
 | 
int | 
hashCode()  | 
void | 
setContactFlowModule(ContactFlowModule contactFlowModule)
 Information about the contact flow module. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeContactFlowModuleResult | 
withContactFlowModule(ContactFlowModule contactFlowModule)
 Information about the contact flow module. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContactFlowModule(ContactFlowModule contactFlowModule)
Information about the contact flow module.
contactFlowModule - Information about the contact flow module.public ContactFlowModule getContactFlowModule()
Information about the contact flow module.
public DescribeContactFlowModuleResult withContactFlowModule(ContactFlowModule contactFlowModule)
Information about the contact flow module.
contactFlowModule - Information about the contact flow module.public String toString()
toString in class ObjectObject.toString()public DescribeContactFlowModuleResult clone()