@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, setSdkResponseMetadata
public 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.RoutingControlState
public String getRoutingControlState()
The state of the routing control.
RoutingControlState
public GetRoutingControlStateResult withRoutingControlState(String routingControlState)
The state of the routing control.
routingControlState
- The state of the routing control.RoutingControlState
public GetRoutingControlStateResult withRoutingControlState(RoutingControlState routingControlState)
The state of the routing control.
routingControlState
- The state of the routing control.RoutingControlState
public String toString()
toString
in class Object
Object.toString()
public GetRoutingControlStateResult clone()