@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensShareSummary extends Object implements Serializable, Cloneable, StructuredPojo
A lens share summary return object.
Constructor and Description |
---|
LensShareSummary() |
Modifier and Type | Method and Description |
---|---|
LensShareSummary |
clone() |
boolean |
equals(Object obj) |
String |
getSharedWith() |
String |
getShareId() |
String |
getStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSharedWith(String sharedWith) |
void |
setShareId(String shareId) |
void |
setStatus(String status) |
String |
toString()
Returns a string representation of this object.
|
LensShareSummary |
withSharedWith(String sharedWith) |
LensShareSummary |
withShareId(String shareId) |
LensShareSummary |
withStatus(ShareStatus status) |
LensShareSummary |
withStatus(String status) |
public void setShareId(String shareId)
shareId
- public String getShareId()
public LensShareSummary withShareId(String shareId)
shareId
- public void setSharedWith(String sharedWith)
sharedWith
- public String getSharedWith()
public LensShareSummary withSharedWith(String sharedWith)
sharedWith
- public void setStatus(String status)
status
- ShareStatus
public String getStatus()
ShareStatus
public LensShareSummary withStatus(String status)
status
- ShareStatus
public LensShareSummary withStatus(ShareStatus status)
status
- ShareStatus
public String toString()
toString
in class Object
Object.toString()
public LensShareSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.