@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RobotApplicationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.