@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 |
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 |
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 |
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 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 String toString()
toString
in class Object
Object.toString()
public LensUpgradeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.