@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, setSdkResponseMetadata
public 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.ImportLensStatus
public String getStatus()
The status of the imported lens.
ImportLensStatus
public ImportLensResult withStatus(String status)
The status of the imported lens.
status
- The status of the imported lens.ImportLensStatus
public ImportLensResult withStatus(ImportLensStatus status)
The status of the imported lens.
status
- The status of the imported lens.ImportLensStatus
public String toString()
toString
in class Object
Object.toString()
public ImportLensResult clone()