Class ChannelAssociatedWithFlowSummary
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ChannelAssociatedWithFlowSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChannelAssociatedWithFlowSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChannelAssociatedWithFlowSummary.Builderbuilder()StringchannelArn()The ARN of the channel.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmetadata()The channel's metadata.ChannelModemode()The mode of the channel.StringmodeAsString()The mode of the channel.Stringname()The name of the channel flow.ChannelPrivacyprivacy()The channel's privacy setting.StringprivacyAsString()The channel's privacy setting.List<SdkField<?>>sdkFields()static Class<? extends ChannelAssociatedWithFlowSummary.Builder>serializableBuilderClass()ChannelAssociatedWithFlowSummary.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
-
name
public final String name()
The name of the channel flow.
- Returns:
- The name of the channel flow.
-
channelArn
public final String channelArn()
The ARN of the channel.
- Returns:
- The ARN of the channel.
-
mode
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,
modewill returnChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the channel.
- See Also:
ChannelMode
-
modeAsString
public final String modeAsString()
The mode of the channel.
If the service returns an enum value that is not available in the current SDK version,
modewill returnChannelMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The mode of the channel.
- See Also:
ChannelMode
-
privacy
public final ChannelPrivacy privacy()
The channel's privacy setting.
If the service returns an enum value that is not available in the current SDK version,
privacywill returnChannelPrivacy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprivacyAsString().- Returns:
- The channel's privacy setting.
- See Also:
ChannelPrivacy
-
privacyAsString
public final String privacyAsString()
The channel's privacy setting.
If the service returns an enum value that is not available in the current SDK version,
privacywill returnChannelPrivacy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprivacyAsString().- Returns:
- The channel's privacy setting.
- See Also:
ChannelPrivacy
-
metadata
public final String metadata()
The channel's metadata.
- Returns:
- The channel's metadata.
-
toBuilder
public ChannelAssociatedWithFlowSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelAssociatedWithFlowSummary.Builder,ChannelAssociatedWithFlowSummary>
-
builder
public static ChannelAssociatedWithFlowSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChannelAssociatedWithFlowSummary.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.
-
-