@Generated(value="software.amazon.awssdk:codegen") public final class DescribeChannelResponse extends IoTAnalyticsResponse implements ToCopyableBuilder<DescribeChannelResponse.Builder,DescribeChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChannelResponse.Builder |
builder() |
Channel |
channel()
An object that contains information about the channel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeChannelResponse.Builder> |
serializableBuilderClass() |
ChannelStatistics |
statistics()
Statistics about the channel.
|
DescribeChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Channel channel()
An object that contains information about the channel.
public final ChannelStatistics statistics()
Statistics about the channel. Included if the includeStatistics parameter is set to
true in the request.
includeStatistics parameter is set to
true in the request.public DescribeChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeChannelResponse.Builder,DescribeChannelResponse>toBuilder in class AwsResponsepublic static DescribeChannelResponse.Builder builder()
public static Class<? extends DescribeChannelResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.