@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchQuickConnectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchQuickConnectsResult() |
Modifier and Type | Method and Description |
---|---|
SearchQuickConnectsResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of quick connects which matched your search query.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<QuickConnect> |
getQuickConnects()
Information about the quick connects.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setQuickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
|
String |
toString()
Returns a string representation of this object.
|
SearchQuickConnectsResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
SearchQuickConnectsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchQuickConnectsResult |
withQuickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
|
SearchQuickConnectsResult |
withQuickConnects(QuickConnect... quickConnects)
Information about the quick connects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<QuickConnect> getQuickConnects()
Information about the quick connects.
public void setQuickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
quickConnects
- Information about the quick connects.public SearchQuickConnectsResult withQuickConnects(QuickConnect... quickConnects)
Information about the quick connects.
NOTE: This method appends the values to the existing list (if any). Use
setQuickConnects(java.util.Collection)
or withQuickConnects(java.util.Collection)
if you want
to override the existing values.
quickConnects
- Information about the quick connects.public SearchQuickConnectsResult withQuickConnects(Collection<QuickConnect> quickConnects)
Information about the quick connects.
quickConnects
- Information about the quick connects.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 SearchQuickConnectsResult 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 quick connects which matched your search query.
approximateTotalCount
- The total number of quick connects which matched your search query.public Long getApproximateTotalCount()
The total number of quick connects which matched your search query.
public SearchQuickConnectsResult withApproximateTotalCount(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 String toString()
toString
in class Object
Object.toString()
public SearchQuickConnectsResult clone()