@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnnotationStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, SignerTypeAware
NOOP
Constructor and Description |
---|
DeleteAnnotationStoreRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAnnotationStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForce()
Whether to force deletion.
|
String |
getName()
The store's name.
|
String |
getSignerType() |
int |
hashCode() |
Boolean |
isForce()
Whether to force deletion.
|
void |
setForce(Boolean force)
Whether to force deletion.
|
void |
setName(String name)
The store's name.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnnotationStoreRequest |
withForce(Boolean force)
Whether to force deletion.
|
DeleteAnnotationStoreRequest |
withName(String name)
The store's name.
|
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 setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public DeleteAnnotationStoreRequest withName(String name)
The store's name.
name
- The store's name.public void setForce(Boolean force)
Whether to force deletion.
force
- Whether to force deletion.public Boolean getForce()
Whether to force deletion.
public DeleteAnnotationStoreRequest withForce(Boolean force)
Whether to force deletion.
force
- Whether to force deletion.public Boolean isForce()
Whether to force deletion.
public String toString()
toString
in class Object
Object.toString()
public DeleteAnnotationStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
public String getSignerType()
getSignerType
in interface SignerTypeAware