@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 |
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public ListRoutingProfileQueuesResult clone()