@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePresignedDomainUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePresignedDomainUrlRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePresignedDomainUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The domain ID.
|
Integer |
getSessionExpirationDurationInSeconds()
The session expiration duration in seconds.
|
String |
getUserProfileName()
The name of the UserProfile to sign-in as.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The domain ID.
|
void |
setSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The session expiration duration in seconds.
|
void |
setUserProfileName(String userProfileName)
The name of the UserProfile to sign-in as.
|
String |
toString()
Returns a string representation of this object.
|
CreatePresignedDomainUrlRequest |
withDomainId(String domainId)
The domain ID.
|
CreatePresignedDomainUrlRequest |
withSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The session expiration duration in seconds.
|
CreatePresignedDomainUrlRequest |
withUserProfileName(String userProfileName)
The name of the UserProfile to sign-in as.
|
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 void setDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public String getDomainId()
The domain ID.
public CreatePresignedDomainUrlRequest withDomainId(String domainId)
The domain ID.
domainId
- The domain ID.public void setUserProfileName(String userProfileName)
The name of the UserProfile to sign-in as.
userProfileName
- The name of the UserProfile to sign-in as.public String getUserProfileName()
The name of the UserProfile to sign-in as.
public CreatePresignedDomainUrlRequest withUserProfileName(String userProfileName)
The name of the UserProfile to sign-in as.
userProfileName
- The name of the UserProfile to sign-in as.public void setSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The session expiration duration in seconds.
sessionExpirationDurationInSeconds
- The session expiration duration in seconds.public Integer getSessionExpirationDurationInSeconds()
The session expiration duration in seconds.
public CreatePresignedDomainUrlRequest withSessionExpirationDurationInSeconds(Integer sessionExpirationDurationInSeconds)
The session expiration duration in seconds.
sessionExpirationDurationInSeconds
- The session expiration duration in seconds.public String toString()
toString
in class Object
Object.toString()
public CreatePresignedDomainUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()