@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppInstanceUserEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateAppInstanceUserEndpointRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateAppInstanceUserEndpointRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAllowMessages()
 Boolean that controls whether the  AppInstanceUserEndpointis opted in to receive messages. | 
| String | getAppInstanceUserArn()
 The ARN of the  AppInstanceUser. | 
| String | getEndpointId()
 The unique identifier of the  AppInstanceUserEndpoint. | 
| String | getName()
 The name of the  AppInstanceUserEndpoint. | 
| int | hashCode() | 
| void | setAllowMessages(String allowMessages)
 Boolean that controls whether the  AppInstanceUserEndpointis opted in to receive messages. | 
| void | setAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the  AppInstanceUser. | 
| void | setEndpointId(String endpointId)
 The unique identifier of the  AppInstanceUserEndpoint. | 
| void | setName(String name)
 The name of the  AppInstanceUserEndpoint. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAppInstanceUserEndpointRequest | withAllowMessages(AllowMessages allowMessages)
 Boolean that controls whether the  AppInstanceUserEndpointis opted in to receive messages. | 
| UpdateAppInstanceUserEndpointRequest | withAllowMessages(String allowMessages)
 Boolean that controls whether the  AppInstanceUserEndpointis opted in to receive messages. | 
| UpdateAppInstanceUserEndpointRequest | withAppInstanceUserArn(String appInstanceUserArn)
 The ARN of the  AppInstanceUser. | 
| UpdateAppInstanceUserEndpointRequest | withEndpointId(String endpointId)
 The unique identifier of the  AppInstanceUserEndpoint. | 
| UpdateAppInstanceUserEndpointRequest | withName(String name)
 The name 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 UpdateAppInstanceUserEndpointRequest()
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 UpdateAppInstanceUserEndpointRequest 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 UpdateAppInstanceUserEndpointRequest withEndpointId(String endpointId)
 The unique identifier of the AppInstanceUserEndpoint.
 
endpointId - The unique identifier of the AppInstanceUserEndpoint.public void setName(String name)
 The name of the AppInstanceUserEndpoint.
 
name - The name of the AppInstanceUserEndpoint.public String getName()
 The name of the AppInstanceUserEndpoint.
 
AppInstanceUserEndpoint.public UpdateAppInstanceUserEndpointRequest withName(String name)
 The name of the AppInstanceUserEndpoint.
 
name - The name of the AppInstanceUserEndpoint.public void setAllowMessages(String allowMessages)
 Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
 ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will
 receive no messages.
 
allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
        ALL indicates the endpoint will receive all messages. NONE indicates the
        endpoint will receive no messages.AllowMessagespublic String getAllowMessages()
 Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
 ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will
 receive no messages.
 
AppInstanceUserEndpoint is opted in to receive messages.
         ALL indicates the endpoint will receive all messages. NONE indicates the
         endpoint will receive no messages.AllowMessagespublic UpdateAppInstanceUserEndpointRequest withAllowMessages(String allowMessages)
 Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
 ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will
 receive no messages.
 
allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
        ALL indicates the endpoint will receive all messages. NONE indicates the
        endpoint will receive no messages.AllowMessagespublic UpdateAppInstanceUserEndpointRequest withAllowMessages(AllowMessages allowMessages)
 Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
 ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will
 receive no messages.
 
allowMessages - Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
        ALL indicates the endpoint will receive all messages. NONE indicates the
        endpoint will receive no messages.AllowMessagespublic String toString()
toString in class ObjectObject.toString()public UpdateAppInstanceUserEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()