@Generated(value="software.amazon.awssdk:codegen") public final class ChannelGroupListConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>
The configuration of the channel group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelGroupListConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) associated with the resource.
|
static ChannelGroupListConfiguration.Builder |
builder() |
String |
channelGroupName()
The name that describes the channel group.
|
Instant |
createdAt()
The date and time the channel group was created.
|
String |
description()
Any descriptive information that you want to add to the channel group for future identification purposes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
modifiedAt()
The date and time the channel group was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelGroupListConfiguration.Builder> |
serializableBuilderClass() |
ChannelGroupListConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelGroupName()
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
public final String arn()
The Amazon Resource Name (ARN) associated with the resource.
public final Instant createdAt()
The date and time the channel group was created.
public final Instant modifiedAt()
The date and time the channel group was modified.
public final String description()
Any descriptive information that you want to add to the channel group for future identification purposes.
public ChannelGroupListConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelGroupListConfiguration.Builder,ChannelGroupListConfiguration>public static ChannelGroupListConfiguration.Builder builder()
public static Class<? extends ChannelGroupListConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.