@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueueQuickConnectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListQueueQuickConnectsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListQueueQuickConnectsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<QuickConnectSummary> |
getQuickConnectSummaryList()
Information about the quick connects.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setQuickConnectSummaryList(Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
|
String |
toString()
Returns a string representation of this object.
|
ListQueueQuickConnectsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListQueueQuickConnectsResult |
withQuickConnectSummaryList(Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
|
ListQueueQuickConnectsResult |
withQuickConnectSummaryList(QuickConnectSummary... quickConnectSummaryList)
Information about the quick connects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ListQueueQuickConnectsResult 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 List<QuickConnectSummary> getQuickConnectSummaryList()
Information about the quick connects.
public void setQuickConnectSummaryList(Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
quickConnectSummaryList - Information about the quick connects.public ListQueueQuickConnectsResult withQuickConnectSummaryList(QuickConnectSummary... quickConnectSummaryList)
Information about the quick connects.
NOTE: This method appends the values to the existing list (if any). Use
setQuickConnectSummaryList(java.util.Collection) or
withQuickConnectSummaryList(java.util.Collection) if you want to override the existing values.
quickConnectSummaryList - Information about the quick connects.public ListQueueQuickConnectsResult withQuickConnectSummaryList(Collection<QuickConnectSummary> quickConnectSummaryList)
Information about the quick connects.
quickConnectSummaryList - Information about the quick connects.public String toString()
toString in class ObjectObject.toString()public ListQueueQuickConnectsResult clone()
Copyright © 2021. All rights reserved.