@Generated(value="software.amazon.awssdk:codegen") public final class DescribeChannelRequest extends IoTAnalyticsRequest implements ToCopyableBuilder<DescribeChannelRequest.Builder,DescribeChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChannelRequest.Builder |
builder() |
String |
channelName()
The name of the channel whose information is retrieved.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeStatistics()
If true, additional statistical information about the channel is included in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeChannelRequest.Builder> |
serializableBuilderClass() |
DescribeChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelName()
The name of the channel whose information is retrieved.
public final Boolean includeStatistics()
If true, additional statistical information about the channel is included in the response. This feature can't be used with a channel whose S3 storage is customer-managed.
public DescribeChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeChannelRequest.Builder,DescribeChannelRequest>toBuilder in class IoTAnalyticsRequestpublic static DescribeChannelRequest.Builder builder()
public static Class<? extends DescribeChannelRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.