Class ChannelInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChannelInfo.Builder,ChannelInfo>
Summary information about a channel returned by ListChannels.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelInfo.Builderbuilder()final StringThe Amazon Resource Name (ARN) that uniquely identifies the channel.final StringThe name of the channel.final StringThe Amazon Resource Name (ARN) of the in-flight cluster operation.final InstantThe time when the channel was created.final ChannelDestinationTypeThe type of destination configured for the channel.final StringThe type of destination configured for the channel.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ChannelInfo.Builder> final ChannelStatusstatus()The current lifecycle state of the channel.final StringThe current lifecycle state of the channel.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
channelArn
The Amazon Resource Name (ARN) that uniquely identifies the channel.
- Returns:
The Amazon Resource Name (ARN) that uniquely identifies the channel.
-
channelName
-
status
The current lifecycle state of the channel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnChannelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current lifecycle state of the channel.
- See Also:
-
statusAsString
The current lifecycle state of the channel.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnChannelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current lifecycle state of the channel.
- See Also:
-
creationTime
The time when the channel was created.
- Returns:
The time when the channel was created.
-
destinationType
The type of destination configured for the channel.
If the service returns an enum value that is not available in the current SDK version,
destinationTypewill returnChannelDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationTypeAsString().- Returns:
- The type of destination configured for the channel.
- See Also:
-
destinationTypeAsString
The type of destination configured for the channel.
If the service returns an enum value that is not available in the current SDK version,
destinationTypewill returnChannelDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationTypeAsString().- Returns:
- The type of destination configured for the channel.
- See Also:
-
clusterOperationArn
The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.
- Returns:
- The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ChannelInfo.Builder,ChannelInfo> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-