@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchRoutingProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchRoutingProfilesResult() |
Modifier and Type | Method and Description |
---|---|
SearchRoutingProfilesResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of routing profiles which matched your search query.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<RoutingProfile> |
getRoutingProfiles()
Information about the routing profiles.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of routing profiles which matched your search query.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setRoutingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
|
String |
toString()
Returns a string representation of this object.
|
SearchRoutingProfilesResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of routing profiles which matched your search query.
|
SearchRoutingProfilesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchRoutingProfilesResult |
withRoutingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
|
SearchRoutingProfilesResult |
withRoutingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RoutingProfile> getRoutingProfiles()
Information about the routing profiles.
public void setRoutingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
routingProfiles
- Information about the routing profiles.public SearchRoutingProfilesResult withRoutingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
NOTE: This method appends the values to the existing list (if any). Use
setRoutingProfiles(java.util.Collection)
or withRoutingProfiles(java.util.Collection)
if you
want to override the existing values.
routingProfiles
- Information about the routing profiles.public SearchRoutingProfilesResult withRoutingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
routingProfiles
- 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 SearchRoutingProfilesResult 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 void setApproximateTotalCount(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 Long getApproximateTotalCount()
The total number of routing profiles which matched your search query.
public SearchRoutingProfilesResult withApproximateTotalCount(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 String toString()
toString
in class Object
Object.toString()
public SearchRoutingProfilesResult clone()