Class SubChannelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmessaging.model.SubChannelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SubChannelSummary.Builder,SubChannelSummary>
@Generated("software.amazon.awssdk:codegen") public final class SubChannelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubChannelSummary.Builder,SubChannelSummary>
Summary of the sub-channels associated with the elastic channel.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubChannelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubChannelSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermembershipCount()The number of members in a SubChannel.List<SdkField<?>>sdkFields()static Class<? extends SubChannelSummary.Builder>serializableBuilderClass()StringsubChannelId()The unique ID of a SubChannel.SubChannelSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
subChannelId
public final String subChannelId()
The unique ID of a SubChannel.
- Returns:
- The unique ID of a SubChannel.
-
membershipCount
public final Integer membershipCount()
The number of members in a SubChannel.
- Returns:
- The number of members in a SubChannel.
-
toBuilder
public SubChannelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubChannelSummary.Builder,SubChannelSummary>
-
builder
public static SubChannelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SubChannelSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-