@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedNotebookInstanceUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePresignedNotebookInstanceUrlRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePresignedNotebookInstanceUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNotebookInstanceName()
The name of the notebook instance.
|
Integer |
getSessionExpirationDurationInSeconds()
The duration of the session, in seconds.
|
int |
hashCode() |
void |
setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
|
void |
setSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePresignedNotebookInstanceUrlRequest |
withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
|
CreatePresignedNotebookInstanceUrlRequest |
withSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds.
|
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 CreatePresignedNotebookInstanceUrlRequest()
public void setNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
notebookInstanceName
- The name of the notebook instance.public String getNotebookInstanceName()
The name of the notebook instance.
public CreatePresignedNotebookInstanceUrlRequest withNotebookInstanceName(String notebookInstanceName)
The name of the notebook instance.
notebookInstanceName
- The name of the notebook instance.public void setSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds. The default is 12 hours.
sessionExpirationDurationInSeconds
- The duration of the session, in seconds. The default is 12 hours.public Integer getSessionExpirationDurationInSeconds()
The duration of the session, in seconds. The default is 12 hours.
public CreatePresignedNotebookInstanceUrlRequest withSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The duration of the session, in seconds. The default is 12 hours.
sessionExpirationDurationInSeconds
- The duration of the session, in seconds. The default is 12 hours.public String toString()
toString
in class Object
Object.toString()
public CreatePresignedNotebookInstanceUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.