@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensUpgradeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Lens upgrade summary return object.
| Constructor and Description |
|---|
LensUpgradeSummary() |
| Modifier and Type | Method and Description |
|---|---|
LensUpgradeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCurrentLensVersion()
The current version of the lens.
|
String |
getLatestLensVersion()
The latest version of the lens.
|
String |
getLensAlias() |
String |
getLensArn()
The ARN for the lens.
|
String |
getResourceArn()
ResourceArn of the lens being upgraded |
String |
getResourceName() |
String |
getWorkloadId() |
String |
getWorkloadName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCurrentLensVersion(String currentLensVersion)
The current 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 |
setResourceArn(String resourceArn)
ResourceArn of the lens being upgraded |
void |
setResourceName(String resourceName) |
void |
setWorkloadId(String workloadId) |
void |
setWorkloadName(String workloadName) |
String |
toString()
Returns a string representation of this object.
|
LensUpgradeSummary |
withCurrentLensVersion(String currentLensVersion)
The current version of the lens.
|
LensUpgradeSummary |
withLatestLensVersion(String latestLensVersion)
The latest version of the lens.
|
LensUpgradeSummary |
withLensAlias(String lensAlias) |
LensUpgradeSummary |
withLensArn(String lensArn)
The ARN for the lens.
|
LensUpgradeSummary |
withResourceArn(String resourceArn)
ResourceArn of the lens being upgraded |
LensUpgradeSummary |
withResourceName(String resourceName) |
LensUpgradeSummary |
withWorkloadId(String workloadId) |
LensUpgradeSummary |
withWorkloadName(String workloadName) |
public void setWorkloadId(String workloadId)
workloadId - public String getWorkloadId()
public LensUpgradeSummary withWorkloadId(String workloadId)
workloadId - public void setWorkloadName(String workloadName)
workloadName - public String getWorkloadName()
public LensUpgradeSummary withWorkloadName(String workloadName)
workloadName - public void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public LensUpgradeSummary 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 LensUpgradeSummary withLensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.public void setCurrentLensVersion(String currentLensVersion)
The current version of the lens.
currentLensVersion - The current version of the lens.public String getCurrentLensVersion()
The current version of the lens.
public LensUpgradeSummary withCurrentLensVersion(String currentLensVersion)
The current version of the lens.
currentLensVersion - The current version of 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 LensUpgradeSummary withLatestLensVersion(String latestLensVersion)
The latest version of the lens.
latestLensVersion - The latest version of the lens.public void setResourceArn(String resourceArn)
ResourceArn of the lens being upgraded
resourceArn - ResourceArn of the lens being upgradedpublic String getResourceArn()
ResourceArn of the lens being upgraded
ResourceArn of the lens being upgradedpublic LensUpgradeSummary withResourceArn(String resourceArn)
ResourceArn of the lens being upgraded
resourceArn - ResourceArn of the lens being upgradedpublic void setResourceName(String resourceName)
resourceName - public String getResourceName()
public LensUpgradeSummary withResourceName(String resourceName)
resourceName - public String toString()
toString in class ObjectObject.toString()public LensUpgradeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.