@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRoutingControlsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRoutingControlsResult() |
Modifier and Type | Method and Description |
---|---|
ListRoutingControlsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
List<RoutingControl> |
getRoutingControls()
An array of routing controls.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
void |
setRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
String |
toString()
Returns a string representation of this object.
|
ListRoutingControlsResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
ListRoutingControlsResult |
withRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
|
ListRoutingControlsResult |
withRoutingControls(RoutingControl... routingControls)
An array of routing controls.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListRoutingControlsResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public List<RoutingControl> getRoutingControls()
An array of routing controls.
public void setRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
routingControls
- An array of routing controls.public ListRoutingControlsResult withRoutingControls(RoutingControl... routingControls)
An array of routing controls.
NOTE: This method appends the values to the existing list (if any). Use
setRoutingControls(java.util.Collection)
or withRoutingControls(java.util.Collection)
if you
want to override the existing values.
routingControls
- An array of routing controls.public ListRoutingControlsResult withRoutingControls(Collection<RoutingControl> routingControls)
An array of routing controls.
routingControls
- An array of routing controls.public String toString()
toString
in class Object
Object.toString()
public ListRoutingControlsResult clone()