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