@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLensRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLensRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLensRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getLensAlias() |
String |
getLensStatus()
The status of the lens to be deleted.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setLensAlias(String lensAlias) |
void |
setLensStatus(String lensStatus)
The status of the lens to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLensRequest |
withClientRequestToken(String clientRequestToken) |
DeleteLensRequest |
withLensAlias(String lensAlias) |
DeleteLensRequest |
withLensStatus(LensStatusType lensStatus)
The status of the lens to be deleted.
|
DeleteLensRequest |
withLensStatus(String lensStatus)
The status of the lens 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, withSdkRequestTimeoutpublic void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public DeleteLensRequest withLensAlias(String lensAlias)
lensAlias - public void setClientRequestToken(String clientRequestToken)
clientRequestToken - public String getClientRequestToken()
public DeleteLensRequest withClientRequestToken(String clientRequestToken)
clientRequestToken - public void setLensStatus(String lensStatus)
The status of the lens to be deleted.
lensStatus - The status of the lens to be deleted.LensStatusTypepublic String getLensStatus()
The status of the lens to be deleted.
LensStatusTypepublic DeleteLensRequest withLensStatus(String lensStatus)
The status of the lens to be deleted.
lensStatus - The status of the lens to be deleted.LensStatusTypepublic DeleteLensRequest withLensStatus(LensStatusType lensStatus)
The status of the lens to be deleted.
lensStatus - The status of the lens to be deleted.LensStatusTypepublic String toString()
toString in class ObjectObject.toString()public DeleteLensRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()