@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLensVersionDifferenceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLensVersionDifferenceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLensVersionDifferenceResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaseLensVersion()
The base version of the lens.
|
String |
getLatestLensVersion()
The latest version of the lens.
|
String |
getLensAlias() |
String |
getLensArn()
The ARN for the lens.
|
String |
getTargetLensVersion()
The target lens version for the lens.
|
VersionDifferences |
getVersionDifferences() |
int |
hashCode() |
void |
setBaseLensVersion(String baseLensVersion)
The base version of the lens.
|
void |
setLatestLensVersion(String latestLensVersion)
The latest version of the lens.
|
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
void |
setTargetLensVersion(String targetLensVersion)
The target lens version for the lens.
|
void |
setVersionDifferences(VersionDifferences versionDifferences) |
String |
toString()
Returns a string representation of this object.
|
GetLensVersionDifferenceResult |
withBaseLensVersion(String baseLensVersion)
The base version of the lens.
|
GetLensVersionDifferenceResult |
withLatestLensVersion(String latestLensVersion)
The latest version of the lens.
|
GetLensVersionDifferenceResult |
withLensAlias(String lensAlias) |
GetLensVersionDifferenceResult |
withLensArn(String lensArn)
The ARN for the lens.
|
GetLensVersionDifferenceResult |
withTargetLensVersion(String targetLensVersion)
The target lens version for the lens.
|
GetLensVersionDifferenceResult |
withVersionDifferences(VersionDifferences versionDifferences) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public GetLensVersionDifferenceResult withLensAlias(String lensAlias)
lensAlias - 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 GetLensVersionDifferenceResult withLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public void setBaseLensVersion(String baseLensVersion)
The base version of the lens.
baseLensVersion - The base version of the lens.public String getBaseLensVersion()
The base version of the lens.
public GetLensVersionDifferenceResult withBaseLensVersion(String baseLensVersion)
The base version of the lens.
baseLensVersion - The base version of the lens.public void setTargetLensVersion(String targetLensVersion)
The target lens version for the lens.
targetLensVersion - The target lens version for the lens.public String getTargetLensVersion()
The target lens version for the lens.
public GetLensVersionDifferenceResult withTargetLensVersion(String targetLensVersion)
The target lens version for the lens.
targetLensVersion - The target lens version for the lens.public void setLatestLensVersion(String latestLensVersion)
The latest version of the lens.
latestLensVersion - The latest version of the lens.public String getLatestLensVersion()
The latest version of the lens.
public GetLensVersionDifferenceResult withLatestLensVersion(String latestLensVersion)
The latest version of the lens.
latestLensVersion - The latest version of the lens.public void setVersionDifferences(VersionDifferences versionDifferences)
versionDifferences - public VersionDifferences getVersionDifferences()
public GetLensVersionDifferenceResult withVersionDifferences(VersionDifferences versionDifferences)
versionDifferences - public String toString()
toString in class ObjectObject.toString()public GetLensVersionDifferenceResult clone()