@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportLensRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ExportLensRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExportLensRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getLensAlias()  | 
String | 
getLensVersion()
 The lens version to be exported. 
 | 
int | 
hashCode()  | 
void | 
setLensAlias(String lensAlias)  | 
void | 
setLensVersion(String lensVersion)
 The lens version to be exported. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ExportLensRequest | 
withLensAlias(String lensAlias)  | 
ExportLensRequest | 
withLensVersion(String lensVersion)
 The lens version to be exported. 
 | 
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 ExportLensRequest withLensAlias(String lensAlias)
lensAlias - public void setLensVersion(String lensVersion)
The lens version to be exported.
lensVersion - The lens version to be exported.public String getLensVersion()
The lens version to be exported.
public ExportLensRequest withLensVersion(String lensVersion)
The lens version to be exported.
lensVersion - The lens version to be exported.public String toString()
toString in class ObjectObject.toString()public ExportLensRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()