public class ListContactFlowModulesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListContactFlowModulesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ContactFlowModuleSummary> |
getContactFlowModulesSummaryList()
Information about the flow module.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setContactFlowModulesSummaryList(java.util.Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListContactFlowModulesResult |
withContactFlowModulesSummaryList(java.util.Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
|
ListContactFlowModulesResult |
withContactFlowModulesSummaryList(ContactFlowModuleSummary... contactFlowModulesSummaryList)
Information about the flow module.
|
ListContactFlowModulesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<ContactFlowModuleSummary> getContactFlowModulesSummaryList()
Information about the flow module.
Information about the flow module.
public void setContactFlowModulesSummaryList(java.util.Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
contactFlowModulesSummaryList - Information about the flow module.
public ListContactFlowModulesResult withContactFlowModulesSummaryList(ContactFlowModuleSummary... contactFlowModulesSummaryList)
Information about the flow module.
Returns a reference to this object so that method calls can be chained together.
contactFlowModulesSummaryList - Information about the flow module.
public ListContactFlowModulesResult withContactFlowModulesSummaryList(java.util.Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
Returns a reference to this object so that method calls can be chained together.
contactFlowModulesSummaryList - Information about the flow module.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListContactFlowModulesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - If there are additional results, this is the token for the next set of results.
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