@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLensResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLensResult() |
Modifier and Type | Method and Description |
---|---|
GetLensResult |
clone() |
boolean |
equals(Object obj) |
Lens |
getLens()
A lens return object.
|
int |
hashCode() |
void |
setLens(Lens lens)
A lens return object.
|
String |
toString()
Returns a string representation of this object.
|
GetLensResult |
withLens(Lens lens)
A lens return object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLens(Lens lens)
A lens return object.
lens
- A lens return object.public Lens getLens()
A lens return object.
public GetLensResult withLens(Lens lens)
A lens return object.
lens
- A lens return object.public String toString()
toString
in class Object
Object.toString()
public GetLensResult clone()