@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchContactFlowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchContactFlowsResult() |
Modifier and Type | Method and Description |
---|---|
SearchContactFlowsResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of contact flows which matched your search query.
|
List<ContactFlow> |
getContactFlows()
Information about the flows.
|
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 |
setContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
|
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.
|
SearchContactFlowsResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of contact flows which matched your search query.
|
SearchContactFlowsResult |
withContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
|
SearchContactFlowsResult |
withContactFlows(ContactFlow... contactFlows)
Information about the flows.
|
SearchContactFlowsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ContactFlow> getContactFlows()
Information about the flows.
public void setContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
contactFlows
- Information about the flows.public SearchContactFlowsResult withContactFlows(ContactFlow... contactFlows)
Information about the flows.
NOTE: This method appends the values to the existing list (if any). Use
setContactFlows(java.util.Collection)
or withContactFlows(java.util.Collection)
if you want to
override the existing values.
contactFlows
- Information about the flows.public SearchContactFlowsResult withContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
contactFlows
- Information about the flows.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 SearchContactFlowsResult 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 SearchContactFlowsResult 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 SearchContactFlowsResult clone()