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