@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLensVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateLensVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateLensVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getLensArn()
The ARN for the lens.
|
String |
getLensVersion()
The version of the lens.
|
int |
hashCode() |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
void |
setLensVersion(String lensVersion)
The version of the lens.
|
String |
toString()
Returns a string representation of this object.
|
CreateLensVersionResult |
withLensArn(String lensArn)
The ARN for the lens.
|
CreateLensVersionResult |
withLensVersion(String lensVersion)
The version of the 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 CreateLensVersionResult withLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public void setLensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.public String getLensVersion()
The version of the lens.
public CreateLensVersionResult withLensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.public String toString()
toString in class ObjectObject.toString()public CreateLensVersionResult clone()