@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRoutingControlResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRoutingControlResult |
clone() |
boolean |
equals(Object obj) |
RoutingControl |
getRoutingControl()
The routing control that was updated.
|
int |
hashCode() |
void |
setRoutingControl(RoutingControl routingControl)
The routing control that was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRoutingControlResult |
withRoutingControl(RoutingControl routingControl)
The routing control that was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRoutingControl(RoutingControl routingControl)
The routing control that was updated.
routingControl
- The routing control that was updated.public RoutingControl getRoutingControl()
The routing control that was updated.
public UpdateRoutingControlResult withRoutingControl(RoutingControl routingControl)
The routing control that was updated.
routingControl
- The routing control that was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateRoutingControlResult clone()