@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ShareInvitation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.