@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateShareInvitationResult clone()
Copyright © 2021. All rights reserved.