@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoutingProfileQueuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRoutingProfileQueuesResult() |
Modifier and Type | Method and Description |
---|---|
ListRoutingProfileQueuesResult |
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<RoutingProfileQueueConfigSummary> |
getRoutingProfileQueueConfigSummaryList()
Information about the routing profiles.
|
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 |
setRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
String |
toString()
Returns a string representation of this object.
|
ListRoutingProfileQueuesResult |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
ListRoutingProfileQueuesResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
ListRoutingProfileQueuesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRoutingProfileQueuesResult |
withRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
ListRoutingProfileQueuesResult |
withRoutingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
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 ListRoutingProfileQueuesResult 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<RoutingProfileQueueConfigSummary> getRoutingProfileQueueConfigSummaryList()
Information about the routing profiles.
public void setRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
routingProfileQueueConfigSummaryList
- Information about the routing profiles.public ListRoutingProfileQueuesResult withRoutingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
NOTE: This method appends the values to the existing list (if any). Use
setRoutingProfileQueueConfigSummaryList(java.util.Collection)
or
withRoutingProfileQueueConfigSummaryList(java.util.Collection)
if you want to override the existing
values.
routingProfileQueueConfigSummaryList
- Information about the routing profiles.public ListRoutingProfileQueuesResult withRoutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
routingProfileQueueConfigSummaryList
- Information about the routing profiles.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 ListRoutingProfileQueuesResult 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 ListRoutingProfileQueuesResult 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 ListRoutingProfileQueuesResult clone()