@Generated(value="software.amazon.awssdk:codegen") public final class UserSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserSummary.Builder,UserSummary>
Returns a list of all broker users. Does not apply to RabbitMQ brokers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ChangeType |
pendingChange()
The type of change pending for the broker user.
|
String |
pendingChangeAsString()
The type of change pending for the broker user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserSummary.Builder> |
serializableBuilderClass() |
UserSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
Required.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChangeType pendingChange()
The type of change pending for the broker user.
If the service returns an enum value that is not available in the current SDK version, pendingChange
will return ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pendingChangeAsString().
ChangeTypepublic final String pendingChangeAsString()
The type of change pending for the broker user.
If the service returns an enum value that is not available in the current SDK version, pendingChange
will return ChangeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pendingChangeAsString().
ChangeTypepublic final String username()
Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
public UserSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserSummary.Builder,UserSummary>public static UserSummary.Builder builder()
public static Class<? extends UserSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.