@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()
If there are additional results, this is the token for the next set of results.
|
List<RoutingProfileSummary> |
getRoutingProfileSummaryList()
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 |
setRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
|
String |
toString()
Returns a string representation of this object.
|
ListRoutingProfilesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRoutingProfilesResult |
withRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
|
ListRoutingProfilesResult |
withRoutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
Information about the routing profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RoutingProfileSummary> getRoutingProfileSummaryList()
Information about the routing profiles.
public void setRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
routingProfileSummaryList
- Information about the routing profiles.public ListRoutingProfilesResult withRoutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
Information about the routing profiles.
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
- Information about the routing profiles.public ListRoutingProfilesResult withRoutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
routingProfileSummaryList
- Information about the routing profiles.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 ListRoutingProfilesResult 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 String toString()
toString
in class Object
Object.toString()
public ListRoutingProfilesResult clone()