@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateOTAUpdateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateOTAUpdateResult() |
Modifier and Type | Method and Description |
---|---|
CreateOTAUpdateResult |
clone() |
boolean |
equals(Object obj) |
String |
getAwsIotJobArn()
The IoT job ARN associated with the OTA update.
|
String |
getAwsIotJobId()
The IoT job ID associated with the OTA update.
|
String |
getOtaUpdateArn()
The OTA update ARN.
|
String |
getOtaUpdateId()
The OTA update ID.
|
String |
getOtaUpdateStatus()
The OTA update status.
|
int |
hashCode() |
void |
setAwsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
|
void |
setAwsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
|
void |
setOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
void |
setOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
void |
setOtaUpdateStatus(String otaUpdateStatus)
The OTA update status.
|
String |
toString()
Returns a string representation of this object.
|
CreateOTAUpdateResult |
withAwsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
|
CreateOTAUpdateResult |
withAwsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
|
CreateOTAUpdateResult |
withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
CreateOTAUpdateResult |
withOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
CreateOTAUpdateResult |
withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
CreateOTAUpdateResult |
withOtaUpdateStatus(String otaUpdateStatus)
The OTA update status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOtaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId
- The OTA update ID.public String getOtaUpdateId()
The OTA update ID.
public CreateOTAUpdateResult withOtaUpdateId(String otaUpdateId)
The OTA update ID.
otaUpdateId
- The OTA update ID.public void setAwsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
awsIotJobId
- The IoT job ID associated with the OTA update.public String getAwsIotJobId()
The IoT job ID associated with the OTA update.
public CreateOTAUpdateResult withAwsIotJobId(String awsIotJobId)
The IoT job ID associated with the OTA update.
awsIotJobId
- The IoT job ID associated with the OTA update.public void setOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.public String getOtaUpdateArn()
The OTA update ARN.
public CreateOTAUpdateResult withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
otaUpdateArn
- The OTA update ARN.public void setAwsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
awsIotJobArn
- The IoT job ARN associated with the OTA update.public String getAwsIotJobArn()
The IoT job ARN associated with the OTA update.
public CreateOTAUpdateResult withAwsIotJobArn(String awsIotJobArn)
The IoT job ARN associated with the OTA update.
awsIotJobArn
- The IoT job ARN associated with the OTA update.public void setOtaUpdateStatus(String otaUpdateStatus)
The OTA update status.
otaUpdateStatus
- The OTA update status.OTAUpdateStatus
public String getOtaUpdateStatus()
The OTA update status.
OTAUpdateStatus
public CreateOTAUpdateResult withOtaUpdateStatus(String otaUpdateStatus)
The OTA update status.
otaUpdateStatus
- The OTA update status.OTAUpdateStatus
public CreateOTAUpdateResult withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
otaUpdateStatus
- The OTA update status.OTAUpdateStatus
public String toString()
toString
in class Object
Object.toString()
public CreateOTAUpdateResult clone()