@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 or custom lens share invitation.
|
int |
hashCode() |
void |
setShareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
|
String |
toString()
Returns a string representation of this object.
|
UpdateShareInvitationResult |
withShareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setShareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
shareInvitation - The updated workload or custom lens share invitation.public ShareInvitation getShareInvitation()
The updated workload or custom lens share invitation.
public UpdateShareInvitationResult withShareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
shareInvitation - The updated workload or custom lens share invitation.public String toString()
toString in class ObjectObject.toString()public UpdateShareInvitationResult clone()