@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateRobotRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArchitecture()
The target architecture of the robot.
|
String |
getGreengrassGroupId()
The Greengrass group id.
|
String |
getName()
The name for the robot.
|
int |
hashCode() |
void |
setArchitecture(String architecture)
The target architecture of the robot.
|
void |
setGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
void |
setName(String name)
The name for the robot.
|
String |
toString()
Returns a string representation of this object.
|
CreateRobotRequest |
withArchitecture(Architecture architecture)
The target architecture of the robot.
|
CreateRobotRequest |
withArchitecture(String architecture)
The target architecture of the robot.
|
CreateRobotRequest |
withGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
CreateRobotRequest |
withName(String name)
The name for the robot.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name for the robot.
name - The name for the robot.public String getName()
The name for the robot.
public CreateRobotRequest withName(String name)
The name for the robot.
name - The name for the robot.public void setArchitecture(String architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecturepublic String getArchitecture()
The target architecture of the robot.
Architecturepublic CreateRobotRequest withArchitecture(String architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecturepublic CreateRobotRequest withArchitecture(Architecture architecture)
The target architecture of the robot.
architecture - The target architecture of the robot.Architecturepublic void setGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId - The Greengrass group id.public String getGreengrassGroupId()
The Greengrass group id.
public CreateRobotRequest withGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
greengrassGroupId - The Greengrass group id.public String toString()
toString in class ObjectObject.toString()public CreateRobotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.