@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensSummary extends Object implements Serializable, Cloneable, StructuredPojo
A lens summary of a lens.
Constructor and Description |
---|
LensSummary() |
Modifier and Type | Method and Description |
---|---|
LensSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getLensAlias() |
String |
getLensName() |
String |
getLensVersion()
The version of the lens.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description) |
void |
setLensAlias(String lensAlias) |
void |
setLensName(String lensName) |
void |
setLensVersion(String lensVersion)
The version of the lens.
|
String |
toString()
Returns a string representation of this object.
|
LensSummary |
withDescription(String description) |
LensSummary |
withLensAlias(String lensAlias) |
LensSummary |
withLensName(String lensName) |
LensSummary |
withLensVersion(String lensVersion)
The version of the lens.
|
public void setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public LensSummary withLensAlias(String lensAlias)
lensAlias
- 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 LensSummary withLensVersion(String lensVersion)
The version of the lens.
lensVersion
- The version of the lens.public void setLensName(String lensName)
lensName
- public String getLensName()
public LensSummary withLensName(String lensName)
lensName
- public void setDescription(String description)
description
- public String getDescription()
public LensSummary withDescription(String description)
description
- public String toString()
toString
in class Object
Object.toString()
public LensSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.