public class ListQuickConnectsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListQuickConnectsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<QuickConnectSummary> |
getQuickConnectSummaryList()
Information about the quick connects.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setQuickConnectSummaryList(java.util.Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListQuickConnectsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListQuickConnectsResult |
withQuickConnectSummaryList(java.util.Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
|
ListQuickConnectsResult |
withQuickConnectSummaryList(QuickConnectSummary... quickConnectSummaryList)
Information about the quick connects.
|
public java.util.List<QuickConnectSummary> getQuickConnectSummaryList()
Information about the quick connects.
Information about the quick connects.
public void setQuickConnectSummaryList(java.util.Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
quickConnectSummaryList
- Information about the quick connects.
public ListQuickConnectsResult withQuickConnectSummaryList(QuickConnectSummary... quickConnectSummaryList)
Information about the quick connects.
Returns a reference to this object so that method calls can be chained together.
quickConnectSummaryList
- Information about the quick connects.
public ListQuickConnectsResult withQuickConnectSummaryList(java.util.Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
Returns a reference to this object so that method calls can be chained together.
quickConnectSummaryList
- 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.
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.
nextToken
- If there are additional results, this is the token for the next set of results.
public ListQuickConnectsResult 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.
nextToken
- If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.