@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteOTAUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteOTAUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteOTAUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
Boolean |
getForceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
String |
getOtaUpdateId()
The ID of the OTA update to delete.
|
int |
hashCode() |
Boolean |
isDeleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
Boolean |
isForceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
void |
setDeleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
void |
setForceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
void |
setOtaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteOTAUpdateRequest |
withDeleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted.
|
DeleteOTAUpdateRequest |
withForceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS".
|
DeleteOTAUpdateRequest |
withOtaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setOtaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
otaUpdateId
- The ID of the OTA update to delete.public String getOtaUpdateId()
The ID of the OTA update to delete.
public DeleteOTAUpdateRequest withOtaUpdateId(String otaUpdateId)
The ID of the OTA update to delete.
otaUpdateId
- The ID of the OTA update to delete.public void setDeleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
deleteStream
- When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored
if the stream specified in the OTAUpdate is supplied by the user.public Boolean getDeleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
public DeleteOTAUpdateRequest withDeleteStream(Boolean deleteStream)
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
deleteStream
- When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored
if the stream specified in the OTAUpdate is supplied by the user.public Boolean isDeleteStream()
When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
public void setForceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
forceDeleteAWSJob
- When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if
the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is
false.public Boolean getForceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
public DeleteOTAUpdateRequest withForceDeleteAWSJob(Boolean forceDeleteAWSJob)
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
forceDeleteAWSJob
- When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if
the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is
false.public Boolean isForceDeleteAWSJob()
When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
public String toString()
toString
in class Object
Object.toString()
public DeleteOTAUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()