@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePortalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribePortalRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribePortalRequest |
clone() |
boolean |
equals(Object obj) |
String |
getPortalId()
The ID of the portal.
|
int |
hashCode() |
void |
setPortalId(String portalId)
The ID of the portal.
|
String |
toString()
Returns a string representation of this object.
|
DescribePortalRequest |
withPortalId(String portalId)
The ID of the portal.
|
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.
portalId - The ID of the portal.public String getPortalId()
The ID of the portal.
public DescribePortalRequest withPortalId(String portalId)
The ID of the portal.
portalId - The ID of the portal.public String toString()
toString in class ObjectObject.toString()public DescribePortalRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.