@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAppInstanceUserEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAppInstanceUserEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAppInstanceUserEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppInstanceUserArn()
The ARN of the
AppInstanceUser. |
String |
getEndpointId()
The unique identifier of the
AppInstanceUserEndpoint. |
int |
hashCode() |
void |
setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
void |
setEndpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint. |
String |
toString()
Returns a string representation of this object.
|
DescribeAppInstanceUserEndpointRequest |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
DescribeAppInstanceUserEndpointRequest |
withEndpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint. |
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, withSdkRequestTimeoutpublic DescribeAppInstanceUserEndpointRequest()
public void setAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.public String getAppInstanceUserArn()
The ARN of the AppInstanceUser.
AppInstanceUser.public DescribeAppInstanceUserEndpointRequest withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.public void setEndpointId(String endpointId)
The unique identifier of the AppInstanceUserEndpoint.
endpointId - The unique identifier of the AppInstanceUserEndpoint.public String getEndpointId()
The unique identifier of the AppInstanceUserEndpoint.
AppInstanceUserEndpoint.public DescribeAppInstanceUserEndpointRequest withEndpointId(String endpointId)
The unique identifier of the AppInstanceUserEndpoint.
endpointId - The unique identifier of the AppInstanceUserEndpoint.public String toString()
toString in class ObjectObject.toString()public DescribeAppInstanceUserEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()