@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateNotebookMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateNotebookMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateNotebookMetadataRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
String |
getName()
The name to update the notebook to.
|
String |
getNotebookId()
The ID of the notebook to update the metadata for.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
void |
setName(String name)
The name to update the notebook to.
|
void |
setNotebookId(String notebookId)
The ID of the notebook to update the metadata for.
|
String |
toString()
Returns a string representation of this object.
|
UpdateNotebookMetadataRequest |
withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only
once).
|
UpdateNotebookMetadataRequest |
withName(String name)
The name to update the notebook to.
|
UpdateNotebookMetadataRequest |
withNotebookId(String notebookId)
The ID of the notebook to update the metadata for.
|
addHandlerContext, copyBaseTo, 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 setNotebookId(String notebookId)
The ID of the notebook to update the metadata for.
notebookId
- The ID of the notebook to update the metadata for.public String getNotebookId()
The ID of the notebook to update the metadata for.
public UpdateNotebookMetadataRequest withNotebookId(String notebookId)
The ID of the notebook to update the metadata for.
notebookId
- The ID of the notebook to update the metadata for.public void setClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes
only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public String getClientRequestToken()
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public UpdateNotebookMetadataRequest withClientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes
only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
public void setName(String name)
The name to update the notebook to.
name
- The name to update the notebook to.public String getName()
The name to update the notebook to.
public UpdateNotebookMetadataRequest withName(String name)
The name to update the notebook to.
name
- The name to update the notebook to.public String toString()
toString
in class Object
Object.toString()
public UpdateNotebookMetadataRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.