@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportLensResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportLensResult() |
| Modifier and Type | Method and Description |
|---|---|
ImportLensResult |
clone() |
boolean |
equals(Object obj) |
String |
getLensArn()
The ARN for the lens.
|
String |
getStatus()
The status of the imported lens.
|
int |
hashCode() |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
void |
setStatus(String status)
The status of the imported lens.
|
String |
toString()
Returns a string representation of this object.
|
ImportLensResult |
withLensArn(String lensArn)
The ARN for the lens.
|
ImportLensResult |
withStatus(ImportLensStatus status)
The status of the imported lens.
|
ImportLensResult |
withStatus(String status)
The status of the imported lens.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public String getLensArn()
The ARN for the lens.
public ImportLensResult withLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public void setStatus(String status)
The status of the imported lens.
status - The status of the imported lens.ImportLensStatuspublic String getStatus()
The status of the imported lens.
ImportLensStatuspublic ImportLensResult withStatus(String status)
The status of the imported lens.
status - The status of the imported lens.ImportLensStatuspublic ImportLensResult withStatus(ImportLensStatus status)
The status of the imported lens.
status - The status of the imported lens.ImportLensStatuspublic String toString()
toString in class ObjectObject.toString()public ImportLensResult clone()
Copyright © 2023. All rights reserved.