@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchContactFlowModulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchContactFlowModulesResult() |
Modifier and Type | Method and Description |
---|---|
SearchContactFlowModulesResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of contact flows which matched your search query.
|
List<ContactFlowModule> |
getContactFlowModules()
The search criteria to be used to return contact flow modules.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
|
void |
setContactFlowModules(Collection<ContactFlowModule> contactFlowModules)
The search criteria to be used to return contact flow modules.
|
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.
|
SearchContactFlowModulesResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
|
SearchContactFlowModulesResult |
withContactFlowModules(Collection<ContactFlowModule> contactFlowModules)
The search criteria to be used to return contact flow modules.
|
SearchContactFlowModulesResult |
withContactFlowModules(ContactFlowModule... contactFlowModules)
The search criteria to be used to return contact flow modules.
|
SearchContactFlowModulesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ContactFlowModule> getContactFlowModules()
The search criteria to be used to return contact flow modules.
public void setContactFlowModules(Collection<ContactFlowModule> contactFlowModules)
The search criteria to be used to return contact flow modules.
contactFlowModules
- The search criteria to be used to return contact flow modules.public SearchContactFlowModulesResult withContactFlowModules(ContactFlowModule... contactFlowModules)
The search criteria to be used to return contact flow modules.
NOTE: This method appends the values to the existing list (if any). Use
setContactFlowModules(java.util.Collection)
or withContactFlowModules(java.util.Collection)
if
you want to override the existing values.
contactFlowModules
- The search criteria to be used to return contact flow modules.public SearchContactFlowModulesResult withContactFlowModules(Collection<ContactFlowModule> contactFlowModules)
The search criteria to be used to return contact flow modules.
contactFlowModules
- The search criteria to be used to return contact flow modules.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 SearchContactFlowModulesResult 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 void setApproximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
approximateTotalCount
- The total number of contact flows which matched your search query.public Long getApproximateTotalCount()
The total number of contact flows which matched your search query.
public SearchContactFlowModulesResult withApproximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
approximateTotalCount
- The total number of contact flows which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchContactFlowModulesResult clone()