public class SearchRoutingProfilesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchRoutingProfilesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getApproximateTotalCount()
The total number of routing profiles which matched your search query.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<RoutingProfile> |
getRoutingProfiles()
Information about the routing profiles.
|
int |
hashCode() |
void |
setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of routing profiles which matched your search query.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setRoutingProfiles(java.util.Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchRoutingProfilesResult |
withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of routing profiles which matched your search query.
|
SearchRoutingProfilesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchRoutingProfilesResult |
withRoutingProfiles(java.util.Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
|
SearchRoutingProfilesResult |
withRoutingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
|
public java.util.List<RoutingProfile> getRoutingProfiles()
Information about the routing profiles.
Information about the routing profiles.
public void setRoutingProfiles(java.util.Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
routingProfiles - Information about the routing profiles.
public SearchRoutingProfilesResult withRoutingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
Returns a reference to this object so that method calls can be chained together.
routingProfiles - Information about the routing profiles.
public SearchRoutingProfilesResult withRoutingProfiles(java.util.Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
Returns a reference to this object so that method calls can be chained together.
routingProfiles - Information about the routing profiles.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public SearchRoutingProfilesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.Long getApproximateTotalCount()
The total number of routing profiles which matched your search query.
The total number of routing profiles which matched your search query.
public void setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of routing profiles which matched your search query.
approximateTotalCount - The total number of routing profiles which matched your search query.
public SearchRoutingProfilesResult withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of routing profiles which matched your search query.
Returns a reference to this object so that method calls can be chained together.
approximateTotalCount - The total number of routing profiles which matched your search query.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object