@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRobotResult() |
Modifier and Type | Method and Description |
---|---|
CreateRobotResult |
clone() |
boolean |
equals(Object obj) |
String |
getArchitecture()
The target architecture of the robot.
|
String |
getArn()
The Amazon Resource Name (ARN) of the robot.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the robot was created.
|
String |
getGreengrassGroupId()
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
String |
getName()
The name of the robot.
|
int |
hashCode() |
void |
setArchitecture(String architecture)
The target architecture of the robot.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
void |
setGreengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
void |
setName(String name)
The name of the robot.
|
String |
toString()
Returns a string representation of this object.
|
CreateRobotResult |
withArchitecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotResult |
withArchitecture(String architecture)
The target architecture of the robot.
|
CreateRobotResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
CreateRobotResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
CreateRobotResult |
withGreengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
CreateRobotResult |
withName(String name)
The name of the robot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.public String getArn()
The Amazon Resource Name (ARN) of the robot.
public CreateRobotResult withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
arn
- The Amazon Resource Name (ARN) of the robot.public void setName(String name)
The name of the robot.
name
- The name of the robot.public String getName()
The name of the robot.
public CreateRobotResult withName(String name)
The name of the robot.
name
- The name of the robot.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the robot was created.
public CreateRobotResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
createdAt
- The time, in milliseconds since the epoch, when the robot was created.public void setGreengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
greengrassGroupId
- The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.public String getGreengrassGroupId()
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
public CreateRobotResult withGreengrassGroupId(String greengrassGroupId)
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
greengrassGroupId
- The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.public void setArchitecture(String architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
public String getArchitecture()
The target architecture of the robot.
Architecture
public CreateRobotResult withArchitecture(String architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
public CreateRobotResult withArchitecture(Architecture architecture)
The target architecture of the robot.
architecture
- The target architecture of the robot.Architecture
public String toString()
toString
in class Object
Object.toString()
public CreateRobotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.