@Generated(value="software.amazon.awssdk:codegen") public final class AppInstanceUserEndpointSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceUserEndpointSummary.Builder,AppInstanceUserEndpointSummary>
Summary of the details of an AppInstanceUserEndpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInstanceUserEndpointSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
AllowMessages |
allowMessages()
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
String |
allowMessagesAsString()
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
String |
appInstanceUserArn()
The ARN of the
AppInstanceUser. |
static AppInstanceUserEndpointSummary.Builder |
builder() |
String |
endpointId()
The unique identifier of the
AppInstanceUserEndpoint. |
EndpointState |
endpointState()
A read-only field that represent the state of an
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 AppInstanceUserEndpointSummary.Builder> |
serializableBuilderClass() |
AppInstanceUserEndpointSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AppInstanceUserEndpointType |
type()
The type of the
AppInstanceUserEndpoint. |
String |
typeAsString()
The type of the
AppInstanceUserEndpoint. |
clone, 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 AppInstanceUserEndpointType type()
The type of the AppInstanceUserEndpoint.
If the service returns an enum value that is not available in the current SDK version, type will return
AppInstanceUserEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
AppInstanceUserEndpoint.AppInstanceUserEndpointTypepublic final String typeAsString()
The type of the AppInstanceUserEndpoint.
If the service returns an enum value that is not available in the current SDK version, type will return
AppInstanceUserEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
AppInstanceUserEndpoint.AppInstanceUserEndpointTypepublic final AllowMessages allowMessages()
BBoolean 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()
BBoolean 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 EndpointState endpointState()
A read-only field that represent the state of an AppInstanceUserEndpoint.
AppInstanceUserEndpoint.public AppInstanceUserEndpointSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInstanceUserEndpointSummary.Builder,AppInstanceUserEndpointSummary>public static AppInstanceUserEndpointSummary.Builder builder()
public static Class<? extends AppInstanceUserEndpointSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.