@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploySystemInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeploySystemInstanceResult() |
Modifier and Type | Method and Description |
---|---|
DeploySystemInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getGreengrassDeploymentId()
The ID of the Greengrass deployment used to deploy the system instance.
|
SystemInstanceSummary |
getSummary()
An object that contains summary information about a system instance that was deployed.
|
int |
hashCode() |
void |
setGreengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
|
void |
setSummary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
|
String |
toString()
Returns a string representation of this object.
|
DeploySystemInstanceResult |
withGreengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
|
DeploySystemInstanceResult |
withSummary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSummary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
summary
- An object that contains summary information about a system instance that was deployed.public SystemInstanceSummary getSummary()
An object that contains summary information about a system instance that was deployed.
public DeploySystemInstanceResult withSummary(SystemInstanceSummary summary)
An object that contains summary information about a system instance that was deployed.
summary
- An object that contains summary information about a system instance that was deployed.public void setGreengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
greengrassDeploymentId
- The ID of the Greengrass deployment used to deploy the system instance.public String getGreengrassDeploymentId()
The ID of the Greengrass deployment used to deploy the system instance.
public DeploySystemInstanceResult withGreengrassDeploymentId(String greengrassDeploymentId)
The ID of the Greengrass deployment used to deploy the system instance.
greengrassDeploymentId
- The ID of the Greengrass deployment used to deploy the system instance.public String toString()
toString
in class Object
Object.toString()
public DeploySystemInstanceResult clone()