@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateShareInvitationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateShareInvitationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateShareInvitationResult |
clone() |
boolean |
equals(Object obj) |
ShareInvitation |
getShareInvitation()
The updated workload share invitation.
|
int |
hashCode() |
void |
setShareInvitation(ShareInvitation shareInvitation)
The updated workload share invitation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateShareInvitationResult |
withShareInvitation(ShareInvitation shareInvitation)
The updated workload share invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setShareInvitation(ShareInvitation shareInvitation)
The updated workload share invitation.
shareInvitation
- The updated workload share invitation.public ShareInvitation getShareInvitation()
The updated workload share invitation.
public UpdateShareInvitationResult withShareInvitation(ShareInvitation shareInvitation)
The updated workload share invitation.
shareInvitation
- The updated workload share invitation.public String toString()
toString
in class Object
Object.toString()
public UpdateShareInvitationResult clone()