@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()
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.
|
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.
|
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 OTA update ID to delete.
otaUpdateId
- The OTA update ID to delete.public String getOtaUpdateId()
The OTA update ID to delete.
public DeleteOTAUpdateRequest withOtaUpdateId(String otaUpdateId)
The OTA update ID to delete.
otaUpdateId
- The OTA update ID to delete.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 Boolean getDeleteStream()
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.
deleteStream
- Specifies if the stream associated with an OTA update should be deleted when the OTA update is deleted.public Boolean isDeleteStream()
Specifies if the stream associated with an OTA update should be deleted when 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 Boolean getForceDeleteAWSJob()
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.
forceDeleteAWSJob
- Specifies if the AWS Job associated with the OTA update should be deleted with 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.
public String toString()
toString
in class Object
Object.toString()
public DeleteOTAUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.