@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateShareSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of a review template share.
| Constructor and Description |
|---|
TemplateShareSummary() |
| Modifier and Type | Method and Description |
|---|---|
TemplateShareSummary |
clone() |
boolean |
equals(Object obj) |
String |
getSharedWith() |
String |
getShareId() |
String |
getStatus() |
String |
getStatusMessage()
Review template share invitation status message.
|
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) |
void |
setStatusMessage(String statusMessage)
Review template share invitation status message.
|
String |
toString()
Returns a string representation of this object.
|
TemplateShareSummary |
withSharedWith(String sharedWith) |
TemplateShareSummary |
withShareId(String shareId) |
TemplateShareSummary |
withStatus(ShareStatus status) |
TemplateShareSummary |
withStatus(String status) |
TemplateShareSummary |
withStatusMessage(String statusMessage)
Review template share invitation status message.
|
public void setShareId(String shareId)
shareId - public String getShareId()
public TemplateShareSummary withShareId(String shareId)
shareId - public void setSharedWith(String sharedWith)
sharedWith - public String getSharedWith()
public TemplateShareSummary withSharedWith(String sharedWith)
sharedWith - public void setStatus(String status)
status - ShareStatuspublic String getStatus()
ShareStatuspublic TemplateShareSummary withStatus(String status)
status - ShareStatuspublic TemplateShareSummary withStatus(ShareStatus status)
status - ShareStatuspublic void setStatusMessage(String statusMessage)
Review template share invitation status message.
statusMessage - Review template share invitation status message.public String getStatusMessage()
Review template share invitation status message.
public TemplateShareSummary withStatusMessage(String statusMessage)
Review template share invitation status message.
statusMessage - Review template share invitation status message.public String toString()
toString in class ObjectObject.toString()public TemplateShareSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.