public class DeleteOTAUpdateRequest extends AmazonWebServiceRequest implements java.io.Serializable
Delete an OTA update.
Constructor and Description |
---|
DeleteOTAUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getDeleteStream()
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
java.lang.Boolean |
getForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted
when the OTA update is deleted.
|
java.lang.String |
getOtaUpdateId()
The ID of the OTA update to delete.
|
int |
hashCode() |
java.lang.Boolean |
isDeleteStream()
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
java.lang.Boolean |
isForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted
when the OTA update is deleted.
|
void |
setDeleteStream(java.lang.Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
void |
setForceDeleteAWSJob(java.lang.Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted
when the OTA update is deleted.
|
void |
setOtaUpdateId(java.lang.String otaUpdateId)
The ID of the OTA update to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteOTAUpdateRequest |
withDeleteStream(java.lang.Boolean deleteStream)
Specifies if the stream associated with an OTA update should be deleted
when the OTA update is deleted.
|
DeleteOTAUpdateRequest |
withForceDeleteAWSJob(java.lang.Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted
when the OTA update is deleted.
|
DeleteOTAUpdateRequest |
withOtaUpdateId(java.lang.String otaUpdateId)
The ID of the OTA update to delete.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getOtaUpdateId()
The ID of the OTA update to delete.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
The ID of the OTA update to delete.
public void setOtaUpdateId(java.lang.String otaUpdateId)
The ID of the OTA update to delete.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
otaUpdateId
- The ID of the OTA update to delete.
public DeleteOTAUpdateRequest withOtaUpdateId(java.lang.String otaUpdateId)
The ID of the OTA update 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 ID of the OTA update to delete.
public java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.Boolean isForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
public java.lang.Boolean getForceDeleteAWSJob()
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
public void setForceDeleteAWSJob(java.lang.Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
forceDeleteAWSJob
- Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
public DeleteOTAUpdateRequest withForceDeleteAWSJob(java.lang.Boolean forceDeleteAWSJob)
Specifies if the AWS Job associated with the 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.
forceDeleteAWSJob
- Specifies if the AWS Job associated with the OTA update should be deleted when the OTA update is deleted.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.