@Generated(value="software.amazon.awssdk:codegen") public final class ChannelAssociatedWithFlowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>
Summary of details of a channel associated with channel flow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelAssociatedWithFlowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChannelAssociatedWithFlowSummary.Builder |
builder() |
String |
channelArn()
The ARN of the channel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metadata()
The channel's metadata.
|
ChannelMode |
mode()
The mode of the channel.
|
String |
modeAsString()
The mode of the channel.
|
String |
name()
The name of the channel flow.
|
ChannelPrivacy |
privacy()
The channel's privacy setting.
|
String |
privacyAsString()
The channel's privacy setting.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelAssociatedWithFlowSummary.Builder> |
serializableBuilderClass() |
ChannelAssociatedWithFlowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the channel flow.
public final String channelArn()
The ARN of the channel.
public final ChannelMode mode()
The mode of the channel.
If the service returns an enum value that is not available in the current SDK version, mode will return
ChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ChannelModepublic final String modeAsString()
The mode of the channel.
If the service returns an enum value that is not available in the current SDK version, mode will return
ChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
ChannelModepublic final ChannelPrivacy privacy()
The channel's privacy setting.
If the service returns an enum value that is not available in the current SDK version, privacy will
return ChannelPrivacy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
privacyAsString().
ChannelPrivacypublic final String privacyAsString()
The channel's privacy setting.
If the service returns an enum value that is not available in the current SDK version, privacy will
return ChannelPrivacy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
privacyAsString().
ChannelPrivacypublic final String metadata()
The channel's metadata.
public ChannelAssociatedWithFlowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>public static ChannelAssociatedWithFlowSummary.Builder builder()
public static Class<? extends ChannelAssociatedWithFlowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.