@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInputRoutingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListInputRoutingsResult() |
Modifier and Type | Method and Description |
---|---|
ListInputRoutingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that you can use to return the next set of results, or
null if there are no more results. |
List<RoutedResource> |
getRoutedResources()
Summary information about the routed resources.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more results. |
void |
setRoutedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
|
String |
toString()
Returns a string representation of this object.
|
ListInputRoutingsResult |
withNextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more results. |
ListInputRoutingsResult |
withRoutedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
|
ListInputRoutingsResult |
withRoutedResources(RoutedResource... routedResources)
Summary information about the routed resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RoutedResource> getRoutedResources()
Summary information about the routed resources.
public void setRoutedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
routedResources
- Summary information about the routed resources.public ListInputRoutingsResult withRoutedResources(RoutedResource... routedResources)
Summary information about the routed resources.
NOTE: This method appends the values to the existing list (if any). Use
setRoutedResources(java.util.Collection)
or withRoutedResources(java.util.Collection)
if you
want to override the existing values.
routedResources
- Summary information about the routed resources.public ListInputRoutingsResult withRoutedResources(Collection<RoutedResource> routedResources)
Summary information about the routed resources.
routedResources
- Summary information about the routed resources.public void setNextToken(String nextToken)
The token that you can use to return the next set of results, or null
if there are no more results.
nextToken
- The token that you can use to return the next set of results, or null
if there are no more
results.public String getNextToken()
The token that you can use to return the next set of results, or null
if there are no more results.
null
if there are no more
results.public ListInputRoutingsResult withNextToken(String nextToken)
The token that you can use to return the next set of results, or null
if there are no more results.
nextToken
- The token that you can use to return the next set of results, or null
if there are no more
results.public String toString()
toString
in class Object
Object.toString()
public ListInputRoutingsResult clone()