@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) |
Date |
getCreatedAt() |
String |
getDescription() |
String |
getLensAlias() |
String |
getLensArn()
The ARN of the lens.
|
String |
getLensName() |
String |
getLensStatus()
The status of the lens.
|
String |
getLensType()
The type of the lens.
|
String |
getLensVersion()
The version of the lens.
|
String |
getOwner() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The ARN of the lens.
|
void |
setLensName(String lensName) |
void |
setLensStatus(String lensStatus)
The status of the lens.
|
void |
setLensType(String lensType)
The type of the lens.
|
void |
setLensVersion(String lensVersion)
The version of the lens.
|
void |
setOwner(String owner) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
LensSummary |
withCreatedAt(Date createdAt) |
LensSummary |
withDescription(String description) |
LensSummary |
withLensAlias(String lensAlias) |
LensSummary |
withLensArn(String lensArn)
The ARN of the lens.
|
LensSummary |
withLensName(String lensName) |
LensSummary |
withLensStatus(LensStatus lensStatus)
The status of the lens.
|
LensSummary |
withLensStatus(String lensStatus)
The status of the lens.
|
LensSummary |
withLensType(LensType lensType)
The type of the lens.
|
LensSummary |
withLensType(String lensType)
The type of the lens.
|
LensSummary |
withLensVersion(String lensVersion)
The version of the lens.
|
LensSummary |
withOwner(String owner) |
LensSummary |
withUpdatedAt(Date updatedAt) |
public void setLensArn(String lensArn)
The ARN of the lens.
lensArn - The ARN of the lens.public String getLensArn()
The ARN of the lens.
public LensSummary withLensArn(String lensArn)
The ARN of the lens.
lensArn - The ARN of the lens.public void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public LensSummary withLensAlias(String lensAlias)
lensAlias - public void setLensName(String lensName)
lensName - public String getLensName()
public LensSummary withLensName(String lensName)
lensName - public void setLensType(String lensType)
The type of the lens.
lensType - The type of the lens.LensTypepublic String getLensType()
The type of the lens.
LensTypepublic LensSummary withLensType(String lensType)
The type of the lens.
lensType - The type of the lens.LensTypepublic LensSummary withLensType(LensType lensType)
The type of the lens.
lensType - The type of the lens.LensTypepublic void setDescription(String description)
description - public String getDescription()
public LensSummary withDescription(String description)
description - public void setCreatedAt(Date createdAt)
createdAt - public Date getCreatedAt()
public LensSummary withCreatedAt(Date createdAt)
createdAt - public void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public LensSummary withUpdatedAt(Date updatedAt)
updatedAt - 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 setOwner(String owner)
owner - public String getOwner()
public LensSummary withOwner(String owner)
owner - public void setLensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic String getLensStatus()
The status of the lens.
LensStatuspublic LensSummary withLensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic LensSummary withLensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic String toString()
toString in class ObjectObject.toString()public LensSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.