@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRoutingControlStateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetRoutingControlStateResult() |
| Modifier and Type | Method and Description |
|---|---|
GetRoutingControlStateResult |
clone() |
boolean |
equals(Object obj) |
String |
getRoutingControlArn()
The Amazon Resource Number (ARN) of the response.
|
String |
getRoutingControlState()
The state of the routing control.
|
int |
hashCode() |
void |
setRoutingControlArn(String routingControlArn)
The Amazon Resource Number (ARN) of the response.
|
void |
setRoutingControlState(String routingControlState)
The state of the routing control.
|
String |
toString()
Returns a string representation of this object.
|
GetRoutingControlStateResult |
withRoutingControlArn(String routingControlArn)
The Amazon Resource Number (ARN) of the response.
|
GetRoutingControlStateResult |
withRoutingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
GetRoutingControlStateResult |
withRoutingControlState(String routingControlState)
The state of the routing control.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRoutingControlArn(String routingControlArn)
The Amazon Resource Number (ARN) of the response.
routingControlArn - The Amazon Resource Number (ARN) of the response.public String getRoutingControlArn()
The Amazon Resource Number (ARN) of the response.
public GetRoutingControlStateResult withRoutingControlArn(String routingControlArn)
The Amazon Resource Number (ARN) of the response.
routingControlArn - The Amazon Resource Number (ARN) of the response.public void setRoutingControlState(String routingControlState)
The state of the routing control.
routingControlState - The state of the routing control.RoutingControlStatepublic String getRoutingControlState()
The state of the routing control.
RoutingControlStatepublic GetRoutingControlStateResult withRoutingControlState(String routingControlState)
The state of the routing control.
routingControlState - The state of the routing control.RoutingControlStatepublic GetRoutingControlStateResult withRoutingControlState(RoutingControlState routingControlState)
The state of the routing control.
routingControlState - The state of the routing control.RoutingControlStatepublic String toString()
toString in class ObjectObject.toString()public GetRoutingControlStateResult clone()
Copyright © 2021. All rights reserved.