@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnnotationStoreVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAnnotationStoreVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAnnotationStoreVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForce()
Forces the deletion of an annotation store version when imports are in-progress..
|
String |
getName()
The name of the annotation store from which versions are being deleted.
|
List<String> |
getVersions()
The versions of an annotation store to be deleted.
|
int |
hashCode() |
Boolean |
isForce()
Forces the deletion of an annotation store version when imports are in-progress..
|
void |
setForce(Boolean force)
Forces the deletion of an annotation store version when imports are in-progress..
|
void |
setName(String name)
The name of the annotation store from which versions are being deleted.
|
void |
setVersions(Collection<String> versions)
The versions of an annotation store to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnnotationStoreVersionsRequest |
withForce(Boolean force)
Forces the deletion of an annotation store version when imports are in-progress..
|
DeleteAnnotationStoreVersionsRequest |
withName(String name)
The name of the annotation store from which versions are being deleted.
|
DeleteAnnotationStoreVersionsRequest |
withVersions(Collection<String> versions)
The versions of an annotation store to be deleted.
|
DeleteAnnotationStoreVersionsRequest |
withVersions(String... versions)
The versions of an annotation store to be deleted.
|
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 DeleteAnnotationStoreVersionsRequest()
public void setName(String name)
The name of the annotation store from which versions are being deleted.
name
- The name of the annotation store from which versions are being deleted.public String getName()
The name of the annotation store from which versions are being deleted.
public DeleteAnnotationStoreVersionsRequest withName(String name)
The name of the annotation store from which versions are being deleted.
name
- The name of the annotation store from which versions are being deleted.public List<String> getVersions()
The versions of an annotation store to be deleted.
public void setVersions(Collection<String> versions)
The versions of an annotation store to be deleted.
versions
- The versions of an annotation store to be deleted.public DeleteAnnotationStoreVersionsRequest withVersions(String... versions)
The versions of an annotation store to be deleted.
NOTE: This method appends the values to the existing list (if any). Use
setVersions(java.util.Collection)
or withVersions(java.util.Collection)
if you want to override
the existing values.
versions
- The versions of an annotation store to be deleted.public DeleteAnnotationStoreVersionsRequest withVersions(Collection<String> versions)
The versions of an annotation store to be deleted.
versions
- The versions of an annotation store to be deleted.public void setForce(Boolean force)
Forces the deletion of an annotation store version when imports are in-progress..
force
- Forces the deletion of an annotation store version when imports are in-progress..public Boolean getForce()
Forces the deletion of an annotation store version when imports are in-progress..
public DeleteAnnotationStoreVersionsRequest withForce(Boolean force)
Forces the deletion of an annotation store version when imports are in-progress..
force
- Forces the deletion of an annotation store version when imports are in-progress..public Boolean isForce()
Forces the deletion of an annotation store version when imports are in-progress..
public String toString()
toString
in class Object
Object.toString()
public DeleteAnnotationStoreVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()