@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedNotebookUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePresignedNotebookUrlResult() |
Modifier and Type | Method and Description |
---|---|
CreatePresignedNotebookUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthToken()
The authentication token for the notebook.
|
Long |
getAuthTokenExpirationTime()
The UTC epoch time when the authentication token expires.
|
String |
getNotebookUrl()
The URL of the notebook.
|
int |
hashCode() |
void |
setAuthToken(String authToken)
The authentication token for the notebook.
|
void |
setAuthTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
|
void |
setNotebookUrl(String notebookUrl)
The URL of the notebook.
|
String |
toString()
Returns a string representation of this object.
|
CreatePresignedNotebookUrlResult |
withAuthToken(String authToken)
The authentication token for the notebook.
|
CreatePresignedNotebookUrlResult |
withAuthTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
|
CreatePresignedNotebookUrlResult |
withNotebookUrl(String notebookUrl)
The URL of the notebook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNotebookUrl(String notebookUrl)
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
notebookUrl
- The URL of the notebook. The URL includes the authentication token and notebook file name and points
directly to the opened notebook.public String getNotebookUrl()
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
public CreatePresignedNotebookUrlResult withNotebookUrl(String notebookUrl)
The URL of the notebook. The URL includes the authentication token and notebook file name and points directly to the opened notebook.
notebookUrl
- The URL of the notebook. The URL includes the authentication token and notebook file name and points
directly to the opened notebook.public void setAuthToken(String authToken)
The authentication token for the notebook.
authToken
- The authentication token for the notebook.public String getAuthToken()
The authentication token for the notebook.
public CreatePresignedNotebookUrlResult withAuthToken(String authToken)
The authentication token for the notebook.
authToken
- The authentication token for the notebook.public void setAuthTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
authTokenExpirationTime
- The UTC epoch time when the authentication token expires.public Long getAuthTokenExpirationTime()
The UTC epoch time when the authentication token expires.
public CreatePresignedNotebookUrlResult withAuthTokenExpirationTime(Long authTokenExpirationTime)
The UTC epoch time when the authentication token expires.
authTokenExpirationTime
- The UTC epoch time when the authentication token expires.public String toString()
toString
in class Object
Object.toString()
public CreatePresignedNotebookUrlResult clone()