@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedPortalUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreatePresignedPortalUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreatePresignedPortalUrlRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPortalId()
The ID of the portal to access.
|
Integer |
getSessionDurationSeconds()
The duration (in seconds) for which the session at the URL is valid.
|
int |
hashCode() |
void |
setPortalId(String portalId)
The ID of the portal to access.
|
void |
setSessionDurationSeconds(Integer sessionDurationSeconds)
The duration (in seconds) for which the session at the URL is valid.
|
String |
toString()
Returns a string representation of this object.
|
CreatePresignedPortalUrlRequest |
withPortalId(String portalId)
The ID of the portal to access.
|
CreatePresignedPortalUrlRequest |
withSessionDurationSeconds(Integer sessionDurationSeconds)
The duration (in seconds) for which the session at the URL is valid.
|
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, withSdkRequestTimeoutpublic void setPortalId(String portalId)
The ID of the portal to access.
portalId - The ID of the portal to access.public String getPortalId()
The ID of the portal to access.
public CreatePresignedPortalUrlRequest withPortalId(String portalId)
The ID of the portal to access.
portalId - The ID of the portal to access.public void setSessionDurationSeconds(Integer sessionDurationSeconds)
The duration (in seconds) for which the session at the URL is valid.
Default: 900 seconds (15 minutes)
sessionDurationSeconds - The duration (in seconds) for which the session at the URL is valid.
Default: 900 seconds (15 minutes)
public Integer getSessionDurationSeconds()
The duration (in seconds) for which the session at the URL is valid.
Default: 900 seconds (15 minutes)
Default: 900 seconds (15 minutes)
public CreatePresignedPortalUrlRequest withSessionDurationSeconds(Integer sessionDurationSeconds)
The duration (in seconds) for which the session at the URL is valid.
Default: 900 seconds (15 minutes)
sessionDurationSeconds - The duration (in seconds) for which the session at the URL is valid.
Default: 900 seconds (15 minutes)
public String toString()
toString in class ObjectObject.toString()public CreatePresignedPortalUrlRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.