@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 |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
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 |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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 |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
ListQueueQuickConnectsResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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, setSdkResponseMetadata
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 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 void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public ListQueueQuickConnectsResult withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public ListQueueQuickConnectsResult withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String toString()
toString
in class Object
Object.toString()
public ListQueueQuickConnectsResult clone()