@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCollaborationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCollaborationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCollaborationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
The identifier for the collaboration.
|
String |
getDescription()
A description of the collaboration.
|
String |
getName()
A human-readable identifier provided by the collaboration owner.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
The identifier for the collaboration.
|
void |
setDescription(String description)
A description of the collaboration.
|
void |
setName(String name)
A human-readable identifier provided by the collaboration owner.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCollaborationRequest |
withCollaborationIdentifier(String collaborationIdentifier)
The identifier for the collaboration.
|
UpdateCollaborationRequest |
withDescription(String description)
A description of the collaboration.
|
UpdateCollaborationRequest |
withName(String name)
A human-readable identifier provided by the collaboration owner.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCollaborationIdentifier(String collaborationIdentifier)
The identifier for the collaboration.
collaborationIdentifier
- The identifier for the collaboration.public String getCollaborationIdentifier()
The identifier for the collaboration.
public UpdateCollaborationRequest withCollaborationIdentifier(String collaborationIdentifier)
The identifier for the collaboration.
collaborationIdentifier
- The identifier for the collaboration.public void setName(String name)
A human-readable identifier provided by the collaboration owner. Display names are not unique.
name
- A human-readable identifier provided by the collaboration owner. Display names are not unique.public String getName()
A human-readable identifier provided by the collaboration owner. Display names are not unique.
public UpdateCollaborationRequest withName(String name)
A human-readable identifier provided by the collaboration owner. Display names are not unique.
name
- A human-readable identifier provided by the collaboration owner. Display names are not unique.public void setDescription(String description)
A description of the collaboration.
description
- A description of the collaboration.public String getDescription()
A description of the collaboration.
public UpdateCollaborationRequest withDescription(String description)
A description of the collaboration.
description
- A description of the collaboration.public String toString()
toString
in class Object
Object.toString()
public UpdateCollaborationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()