public class SearchQuickConnectsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchQuickConnectsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getApproximateTotalCount()
The total number of quick connects which matched your search query.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<QuickConnect> |
getQuickConnects()
Information about the quick connects.
|
int |
hashCode() |
void |
setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setQuickConnects(java.util.Collection<QuickConnect> quickConnects)
Information about the quick connects.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchQuickConnectsResult |
withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
SearchQuickConnectsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchQuickConnectsResult |
withQuickConnects(java.util.Collection<QuickConnect> quickConnects)
Information about the quick connects.
|
SearchQuickConnectsResult |
withQuickConnects(QuickConnect... quickConnects)
Information about the quick connects.
|
public java.util.List<QuickConnect> getQuickConnects()
Information about the quick connects.
Information about the quick connects.
public void setQuickConnects(java.util.Collection<QuickConnect> quickConnects)
Information about the quick connects.
quickConnects - Information about the quick connects.
public SearchQuickConnectsResult withQuickConnects(QuickConnect... quickConnects)
Information about the quick connects.
Returns a reference to this object so that method calls can be chained together.
quickConnects - Information about the quick connects.
public SearchQuickConnectsResult withQuickConnects(java.util.Collection<QuickConnect> quickConnects)
Information about the quick connects.
Returns a reference to this object so that method calls can be chained together.
quickConnects - Information about the quick connects.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
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.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public SearchQuickConnectsResult 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.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.Long getApproximateTotalCount()
The total number of quick connects which matched your search query.
The total number of quick connects which matched your search query.
public void setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
approximateTotalCount - The total number of quick connects which matched your search query.
public SearchQuickConnectsResult withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
Returns a reference to this object so that method calls can be chained together.
approximateTotalCount - The total number of quick connects which matched your search query.
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