@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCollaborationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateCollaborationResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCollaborationResult |
clone() |
boolean |
equals(Object obj) |
Collaboration |
getCollaboration()
The entire collaboration that has been updated.
|
int |
hashCode() |
void |
setCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCollaborationResult |
withCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
collaboration - The entire collaboration that has been updated.public Collaboration getCollaboration()
The entire collaboration that has been updated.
public UpdateCollaborationResult withCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
collaboration - The entire collaboration that has been updated.public String toString()
toString in class ObjectObject.toString()public UpdateCollaborationResult clone()