@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRobotApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRobotApplicationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRobotApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the updated robot application.
|
Environment |
getEnvironment()
The object that contains the Docker image URI for your robot application.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
|
String |
getName()
The name of the robot application.
|
String |
getRevisionId()
The revision id of the robot application.
|
RobotSoftwareSuite |
getRobotSoftwareSuite()
The robot software suite (ROS distribution) used by the robot application.
|
List<Source> |
getSources()
The sources of the robot application.
|
String |
getVersion()
The version of the robot application.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the updated robot application.
|
void |
setEnvironment(Environment environment)
The object that contains the Docker image URI for your robot application.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
void |
setName(String name)
The name of the robot application.
|
void |
setRevisionId(String revisionId)
The revision id of the robot application.
|
void |
setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
void |
setSources(Collection<Source> sources)
The sources of the robot application.
|
void |
setVersion(String version)
The version of the robot application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRobotApplicationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the updated robot application.
|
UpdateRobotApplicationResult |
withEnvironment(Environment environment)
The object that contains the Docker image URI for your robot application.
|
UpdateRobotApplicationResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
UpdateRobotApplicationResult |
withName(String name)
The name of the robot application.
|
UpdateRobotApplicationResult |
withRevisionId(String revisionId)
The revision id of the robot application.
|
UpdateRobotApplicationResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
UpdateRobotApplicationResult |
withSources(Collection<Source> sources)
The sources of the robot application.
|
UpdateRobotApplicationResult |
withSources(Source... sources)
The sources of the robot application.
|
UpdateRobotApplicationResult |
withVersion(String version)
The version of the robot application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the updated robot application.
arn
- The Amazon Resource Name (ARN) of the updated robot application.public String getArn()
The Amazon Resource Name (ARN) of the updated robot application.
public UpdateRobotApplicationResult withArn(String arn)
The Amazon Resource Name (ARN) of the updated robot application.
arn
- The Amazon Resource Name (ARN) of the updated robot application.public void setName(String name)
The name of the robot application.
name
- The name of the robot application.public String getName()
The name of the robot application.
public UpdateRobotApplicationResult withName(String name)
The name of the robot application.
name
- The name of the robot application.public void setVersion(String version)
The version of the robot application.
version
- The version of the robot application.public String getVersion()
The version of the robot application.
public UpdateRobotApplicationResult withVersion(String version)
The version of the robot application.
version
- The version of the robot application.public List<Source> getSources()
The sources of the robot application.
public void setSources(Collection<Source> sources)
The sources of the robot application.
sources
- The sources of the robot application.public UpdateRobotApplicationResult withSources(Source... sources)
The sources of the robot application.
NOTE: This method appends the values to the existing list (if any). Use
setSources(java.util.Collection)
or withSources(java.util.Collection)
if you want to override
the existing values.
sources
- The sources of the robot application.public UpdateRobotApplicationResult withSources(Collection<Source> sources)
The sources of the robot application.
sources
- The sources of the robot application.public void setRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
robotSoftwareSuite
- The robot software suite (ROS distribution) used by the robot application.public RobotSoftwareSuite getRobotSoftwareSuite()
The robot software suite (ROS distribution) used by the robot application.
public UpdateRobotApplicationResult withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
robotSoftwareSuite
- The robot software suite (ROS distribution) used by the robot application.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the robot application was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the robot application was last updated.
public UpdateRobotApplicationResult withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the robot application was last updated.public void setRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public String getRevisionId()
The revision id of the robot application.
public UpdateRobotApplicationResult withRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public void setEnvironment(Environment environment)
The object that contains the Docker image URI for your robot application.
environment
- The object that contains the Docker image URI for your robot application.public Environment getEnvironment()
The object that contains the Docker image URI for your robot application.
public UpdateRobotApplicationResult withEnvironment(Environment environment)
The object that contains the Docker image URI for your robot application.
environment
- The object that contains the Docker image URI for your robot application.public String toString()
toString
in class Object
Object.toString()
public UpdateRobotApplicationResult clone()