@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RobotApplicationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Application configuration information for a robot.
| Constructor and Description |
|---|
RobotApplicationConfig() |
| Modifier and Type | Method and Description |
|---|---|
RobotApplicationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getApplication()
The application information for the robot application.
|
String |
getApplicationVersion()
The version of the robot application.
|
LaunchConfig |
getLaunchConfig()
The launch configuration for the robot application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setApplication(String application)
The application information for the robot application.
|
void |
setApplicationVersion(String applicationVersion)
The version of the robot application.
|
void |
setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
String |
toString()
Returns a string representation of this object.
|
RobotApplicationConfig |
withApplication(String application)
The application information for the robot application.
|
RobotApplicationConfig |
withApplicationVersion(String applicationVersion)
The version of the robot application.
|
RobotApplicationConfig |
withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
|
public void setApplication(String application)
The application information for the robot application.
application - The application information for the robot application.public String getApplication()
The application information for the robot application.
public RobotApplicationConfig withApplication(String application)
The application information for the robot application.
application - The application information for the robot application.public void setApplicationVersion(String applicationVersion)
The version of the robot application.
applicationVersion - The version of the robot application.public String getApplicationVersion()
The version of the robot application.
public RobotApplicationConfig withApplicationVersion(String applicationVersion)
The version of the robot application.
applicationVersion - The version of the robot application.public void setLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
launchConfig - The launch configuration for the robot application.public LaunchConfig getLaunchConfig()
The launch configuration for the robot application.
public RobotApplicationConfig withLaunchConfig(LaunchConfig launchConfig)
The launch configuration for the robot application.
launchConfig - The launch configuration for the robot application.public String toString()
toString in class ObjectObject.toString()public RobotApplicationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.