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