@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The ID of the deployment.
|
String |
getIotJobArn()
The ARN of the IoT job
that applies the deployment to target devices.
|
String |
getIotJobId()
The ID of the IoT job that applies the deployment to target devices.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The ID of the deployment.
|
void |
setIotJobArn(String iotJobArn)
The ARN of the IoT job
that applies the deployment to target devices.
|
void |
setIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentResult |
withDeploymentId(String deploymentId)
The ID of the deployment.
|
CreateDeploymentResult |
withIotJobArn(String iotJobArn)
The ARN of the IoT job
that applies the deployment to target devices.
|
CreateDeploymentResult |
withIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentId(String deploymentId)
The ID of the deployment.
deploymentId
- The ID of the deployment.public String getDeploymentId()
The ID of the deployment.
public CreateDeploymentResult withDeploymentId(String deploymentId)
The ID of the deployment.
deploymentId
- The ID of the deployment.public void setIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
iotJobId
- The ID of the IoT job that applies the deployment to target devices.public String getIotJobId()
The ID of the IoT job that applies the deployment to target devices.
public CreateDeploymentResult withIotJobId(String iotJobId)
The ID of the IoT job that applies the deployment to target devices.
iotJobId
- The ID of the IoT job that applies the deployment to target devices.public void setIotJobArn(String iotJobArn)
The ARN of the IoT job that applies the deployment to target devices.
iotJobArn
- The ARN of the
IoT job that applies the deployment to target devices.public String getIotJobArn()
The ARN of the IoT job that applies the deployment to target devices.
public CreateDeploymentResult withIotJobArn(String iotJobArn)
The ARN of the IoT job that applies the deployment to target devices.
iotJobArn
- The ARN of the
IoT job that applies the deployment to target devices.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()