@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactFlowModulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListContactFlowModulesResult() |
Modifier and Type | Method and Description |
---|---|
ListContactFlowModulesResult |
clone() |
boolean |
equals(Object obj) |
List<ContactFlowModuleSummary> |
getContactFlowModulesSummaryList()
Information about the flow module.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListContactFlowModulesResult |
withContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
|
ListContactFlowModulesResult |
withContactFlowModulesSummaryList(ContactFlowModuleSummary... contactFlowModulesSummaryList)
Information about the flow module.
|
ListContactFlowModulesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ContactFlowModuleSummary> getContactFlowModulesSummaryList()
Information about the flow module.
public void setContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
contactFlowModulesSummaryList
- Information about the flow module.public ListContactFlowModulesResult withContactFlowModulesSummaryList(ContactFlowModuleSummary... contactFlowModulesSummaryList)
Information about the flow module.
NOTE: This method appends the values to the existing list (if any). Use
setContactFlowModulesSummaryList(java.util.Collection)
or
withContactFlowModulesSummaryList(java.util.Collection)
if you want to override the existing values.
contactFlowModulesSummaryList
- Information about the flow module.public ListContactFlowModulesResult withContactFlowModulesSummaryList(Collection<ContactFlowModuleSummary> contactFlowModulesSummaryList)
Information about the flow module.
contactFlowModulesSummaryList
- Information about the flow module.public void setNextToken(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 String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListContactFlowModulesResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListContactFlowModulesResult clone()