@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRobotResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateRobotResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
CreateRobotResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
CreateRobotResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArchitecture()
Deprecated.
The target architecture of the robot.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
Date |
getCreatedAt()
Deprecated.
The time, in milliseconds since the epoch, when the robot was created.
|
String |
getGreengrassGroupId()
Deprecated.
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
String |
getName()
Deprecated.
The name of the robot.
|
Map<String,String> |
getTags()
Deprecated.
The list of all tags added to the robot.
|
int |
hashCode()
Deprecated.
|
void |
setArchitecture(String architecture)
Deprecated.
The target architecture of the robot.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
void |
setCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the robot was created.
|
void |
setGreengrassGroupId(String greengrassGroupId)
Deprecated.
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
void |
setName(String name)
Deprecated.
The name of the robot.
|
void |
setTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the robot.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
CreateRobotResult |
withArchitecture(Architecture architecture)
Deprecated.
The target architecture of the robot.
|
CreateRobotResult |
withArchitecture(String architecture)
Deprecated.
The target architecture of the robot.
|
CreateRobotResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
CreateRobotResult |
withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the robot was created.
|
CreateRobotResult |
withGreengrassGroupId(String greengrassGroupId)
Deprecated.
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
CreateRobotResult |
withName(String name)
Deprecated.
The name of the robot.
|
CreateRobotResult |
withTags(Map<String,String> tags)
Deprecated.
The list of all tags added to 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 Map<String,String> getTags()
The list of all tags added to the robot.
public void setTags(Map<String,String> tags)
The list of all tags added to the robot.
tags
- The list of all tags added to the robot.public CreateRobotResult withTags(Map<String,String> tags)
The list of all tags added to the robot.
tags
- The list of all tags added to the robot.public CreateRobotResult addTagsEntry(String key, String value)
public CreateRobotResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRobotResult clone()