@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
- ShareStatus
public String getStatus()
ShareStatus
public TemplateShareSummary withStatus(String status)
status
- ShareStatus
public TemplateShareSummary withStatus(ShareStatus status)
status
- ShareStatus
public 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 Object
Object.toString()
public TemplateShareSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.