@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensReviewReport extends Object implements Serializable, Cloneable, StructuredPojo
A report of a lens review.
Constructor and Description |
---|
LensReviewReport() |
Modifier and Type | Method and Description |
---|---|
LensReviewReport |
clone() |
boolean |
equals(Object obj) |
String |
getBase64String() |
String |
getLensAlias() |
String |
getLensArn()
The ARN for the lens.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBase64String(String base64String) |
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
String |
toString()
Returns a string representation of this object.
|
LensReviewReport |
withBase64String(String base64String) |
LensReviewReport |
withLensAlias(String lensAlias) |
LensReviewReport |
withLensArn(String lensArn)
The ARN for the lens.
|
public void setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public LensReviewReport 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 LensReviewReport withLensArn(String lensArn)
The ARN for the lens.
lensArn
- The ARN for the lens.public void setBase64String(String base64String)
base64String
- public String getBase64String()
public LensReviewReport withBase64String(String base64String)
base64String
- public String toString()
toString
in class Object
Object.toString()
public LensReviewReport clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.