@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterRobotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeregisterRobotResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DeregisterRobotResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getFleet()
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
String |
getRobot()
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
int |
hashCode()
Deprecated.
|
void |
setFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
void |
setRobot(String robot)
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
DeregisterRobotResult |
withFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
DeregisterRobotResult |
withRobot(String robot)
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet
- The Amazon Resource Name (ARN) of the fleet.public String getFleet()
The Amazon Resource Name (ARN) of the fleet.
public DeregisterRobotResult withFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet
- The Amazon Resource Name (ARN) of the fleet.public void setRobot(String robot)
The Amazon Resource Name (ARN) of the robot.
robot
- The Amazon Resource Name (ARN) of the robot.public String getRobot()
The Amazon Resource Name (ARN) of the robot.
public DeregisterRobotResult withRobot(String robot)
The Amazon Resource Name (ARN) of the robot.
robot
- The Amazon Resource Name (ARN) of the robot.public String toString()
toString
in class Object
Object.toString()
public DeregisterRobotResult clone()