@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAppInstanceUserEndpointRequest extends ChimeSdkIdentityRequest implements ToCopyableBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAppInstanceUserEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AllowMessages |
allowMessages()
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
String |
allowMessagesAsString()
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
String |
appInstanceUserArn()
The ARN of the
AppInstanceUser. |
static UpdateAppInstanceUserEndpointRequest.Builder |
builder() |
String |
endpointId()
The unique identifier of the
AppInstanceUserEndpoint. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the
AppInstanceUserEndpoint. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAppInstanceUserEndpointRequest.Builder> |
serializableBuilderClass() |
UpdateAppInstanceUserEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appInstanceUserArn()
The ARN of the AppInstanceUser.
AppInstanceUser.public final String endpointId()
The unique identifier of the AppInstanceUserEndpoint.
AppInstanceUserEndpoint.public final String name()
The name of the AppInstanceUserEndpoint.
AppInstanceUserEndpoint.public final 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.
If the service returns an enum value that is not available in the current SDK version, allowMessages
will return AllowMessages.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
allowMessagesAsString().
AppInstanceUserEndpoint is opted in to receive messages.
ALL indicates the endpoint will receive all messages. NONE indicates the
endpoint will receive no messages.AllowMessagespublic final String allowMessagesAsString()
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.
If the service returns an enum value that is not available in the current SDK version, allowMessages
will return AllowMessages.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
allowMessagesAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAppInstanceUserEndpointRequest.Builder,UpdateAppInstanceUserEndpointRequest>toBuilder in class ChimeSdkIdentityRequestpublic static UpdateAppInstanceUserEndpointRequest.Builder builder()
public static Class<? extends UpdateAppInstanceUserEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.