@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 that was created or updated.
|
String |
getStatus()
The status of the imported lens.
|
int |
hashCode() |
void |
setLensArn(String lensArn)
The ARN for the lens that was created or updated.
|
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 that was created or updated.
|
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 that was created or updated.
lensArn
- The ARN for the lens that was created or updated.public String getLensArn()
The ARN for the lens that was created or updated.
public ImportLensResult withLensArn(String lensArn)
The ARN for the lens that was created or updated.
lensArn
- The ARN for the lens that was created or updated.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()