@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedPortalUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreatePresignedPortalUrlResult() |
| Modifier and Type | Method and Description |
|---|---|
CreatePresignedPortalUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getPresignedPortalUrl()
The pre-signed URL to the portal.
|
int |
hashCode() |
void |
setPresignedPortalUrl(String presignedPortalUrl)
The pre-signed URL to the portal.
|
String |
toString()
Returns a string representation of this object.
|
CreatePresignedPortalUrlResult |
withPresignedPortalUrl(String presignedPortalUrl)
The pre-signed URL to the portal.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPresignedPortalUrl(String presignedPortalUrl)
The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access the portal. The URL has the following format.
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
presignedPortalUrl - The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access
the portal. The URL has the following format.
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
public String getPresignedPortalUrl()
The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access the portal. The URL has the following format.
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
public CreatePresignedPortalUrlResult withPresignedPortalUrl(String presignedPortalUrl)
The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access the portal. The URL has the following format.
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
presignedPortalUrl - The pre-signed URL to the portal. The URL contains the portal ID and a session token that lets you access
the portal. The URL has the following format.
https://<portal-id>.app.iotsitewise.aws/auth?token=<encrypted-token>
public String toString()
toString in class ObjectObject.toString()public CreatePresignedPortalUrlResult clone()
Copyright © 2020. All rights reserved.