@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ShareInvitation extends Object implements Serializable, Cloneable, StructuredPojo
The share invitation.
| Constructor and Description |
|---|
ShareInvitation() |
| Modifier and Type | Method and Description |
|---|---|
ShareInvitation |
clone() |
boolean |
equals(Object obj) |
String |
getShareInvitationId()
The ID assigned to the share invitation.
|
String |
getWorkloadId() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
void |
setWorkloadId(String workloadId) |
String |
toString()
Returns a string representation of this object.
|
ShareInvitation |
withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
ShareInvitation |
withWorkloadId(String workloadId) |
public void setShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.public String getShareInvitationId()
The ID assigned to the share invitation.
public ShareInvitation withShareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.public void setWorkloadId(String workloadId)
workloadId - public String getWorkloadId()
public ShareInvitation withWorkloadId(String workloadId)
workloadId - public String toString()
toString in class ObjectObject.toString()public ShareInvitation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.