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