@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedNotebookInstanceUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePresignedNotebookInstanceUrlResult() |
Modifier and Type | Method and Description |
---|---|
CreatePresignedNotebookInstanceUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizedUrl()
A JSON object that contains the URL string.
|
int |
hashCode() |
void |
setAuthorizedUrl(String authorizedUrl)
A JSON object that contains the URL string.
|
String |
toString()
Returns a string representation of this object.
|
CreatePresignedNotebookInstanceUrlResult |
withAuthorizedUrl(String authorizedUrl)
A JSON object that contains the URL string.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreatePresignedNotebookInstanceUrlResult()
public void setAuthorizedUrl(String authorizedUrl)
A JSON object that contains the URL string.
authorizedUrl
- A JSON object that contains the URL string.public String getAuthorizedUrl()
A JSON object that contains the URL string.
public CreatePresignedNotebookInstanceUrlResult withAuthorizedUrl(String authorizedUrl)
A JSON object that contains the URL string.
authorizedUrl
- A JSON object that contains the URL string.public String toString()
toString
in class Object
Object.toString()
public CreatePresignedNotebookInstanceUrlResult clone()