@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotApplicationVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRobotApplicationVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateRobotApplicationVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the 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 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 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 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.
|
CreateRobotApplicationVersionResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
CreateRobotApplicationVersionResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationVersionResult |
withName(String name)
The name of the robot application.
|
CreateRobotApplicationVersionResult |
withRevisionId(String revisionId)
The revision id of the robot application.
|
CreateRobotApplicationVersionResult |
withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
|
CreateRobotApplicationVersionResult |
withSources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResult |
withSources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResult |
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 robot application.
arn
- The Amazon Resource Name (ARN) of the robot application.public String getArn()
The Amazon Resource Name (ARN) of the robot application.
public CreateRobotApplicationVersionResult withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn
- The Amazon Resource Name (ARN) of the 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 CreateRobotApplicationVersionResult 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 CreateRobotApplicationVersionResult 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 CreateRobotApplicationVersionResult 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 CreateRobotApplicationVersionResult 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 used by the robot application.
robotSoftwareSuite
- The robot software suite used by the robot application.public RobotSoftwareSuite getRobotSoftwareSuite()
The robot software suite used by the robot application.
public CreateRobotApplicationVersionResult withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
robotSoftwareSuite
- The robot software suite 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 CreateRobotApplicationVersionResult 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 CreateRobotApplicationVersionResult withRevisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.public String toString()
toString
in class Object
Object.toString()
public CreateRobotApplicationVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.