@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoutingProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRoutingProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListRoutingProfilesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string returned in the response.
|
List<RoutingProfileSummary> |
getRoutingProfileSummaryList()
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A string returned in the response.
|
void |
setRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRoutingProfilesResult |
withNextToken(String nextToken)
A string returned in the response.
|
ListRoutingProfilesResult |
withRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
ListRoutingProfilesResult |
withRoutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RoutingProfileSummary> getRoutingProfileSummaryList()
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing profile.
RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.public void setRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing profile.
routingProfileSummaryList
- An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.public ListRoutingProfilesResult withRoutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing profile.
NOTE: This method appends the values to the existing list (if any). Use
setRoutingProfileSummaryList(java.util.Collection)
or
withRoutingProfileSummaryList(java.util.Collection)
if you want to override the existing values.
routingProfileSummaryList
- An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.public ListRoutingProfilesResult withRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing profile.
routingProfileSummaryList
- An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.public void setNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String getNextToken()
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
public ListRoutingProfilesResult withNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRoutingProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.