public class DeleteOTAUpdateRequest extends AmazonWebServiceRequest implements Serializable
Delete an OTA update.
Constructor and Description |
---|
DeleteOTAUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getDeleteStream()
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
Boolean |
getForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted
with the OTA update is deleted.
|
String |
getOtaUpdateId()
The OTA update ID to delete.
|
int |
hashCode() |
Boolean |
isDeleteStream()
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
Boolean |
isForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted
with the OTA update is deleted.
|
void |
setDeleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
void |
setForceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted
with the OTA update is deleted.
|
void |
setOtaUpdateId(String otaUpdateId)
The OTA update ID to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteOTAUpdateRequest |
withDeleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
DeleteOTAUpdateRequest |
withForceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted
with the OTA update is deleted.
|
DeleteOTAUpdateRequest |
withOtaUpdateId(String otaUpdateId)
The OTA update ID to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getOtaUpdateId()
The OTA update ID to delete.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
The OTA update ID to delete.
public void setOtaUpdateId(String otaUpdateId)
The OTA update ID to delete.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
otaUpdateId
- The OTA update ID to delete.
public DeleteOTAUpdateRequest withOtaUpdateId(String otaUpdateId)
The OTA update ID to delete.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
otaUpdateId
- The OTA update ID to delete.
public Boolean isDeleteStream()
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
public Boolean getDeleteStream()
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
public void setDeleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
deleteStream
- Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
public DeleteOTAUpdateRequest withDeleteStream(Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
Returns a reference to this object so that method calls can be chained together.
deleteStream
- Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.
public Boolean isForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
public Boolean getForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
public void setForceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
forceDeleteAWSJob
- Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
public DeleteOTAUpdateRequest withForceDeleteAWSJob(Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
Returns a reference to this object so that method calls can be chained together.
forceDeleteAWSJob
- Specifies if the AWS Job associated with the OTA update should be deleted with the OTA update is deleted.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.