@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterAppInstanceUserEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterAppInstanceUserEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterAppInstanceUserEndpointRequest |
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.
|
DeregisterAppInstanceUserEndpointRequest |
withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser . |
DeregisterAppInstanceUserEndpointRequest |
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, withSdkRequestTimeout
public DeregisterAppInstanceUserEndpointRequest()
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 DeregisterAppInstanceUserEndpointRequest 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 DeregisterAppInstanceUserEndpointRequest withEndpointId(String endpointId)
The unique identifier of the AppInstanceUserEndpoint
.
endpointId
- The unique identifier of the AppInstanceUserEndpoint
.public String toString()
toString
in class Object
Object.toString()
public DeregisterAppInstanceUserEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()