@Generated(value="software.amazon.awssdk:codegen") public final class ChannelStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelStatistics.Builder,ChannelStatistics>
Statistics information about the channel.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
ChannelStatistics.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static ChannelStatistics.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends ChannelStatistics.Builder> | 
serializableBuilderClass()  | 
EstimatedResourceSize | 
size()
 The estimated size of the channel. 
 | 
ChannelStatistics.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic EstimatedResourceSize size()
The estimated size of the channel.
public ChannelStatistics.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ChannelStatistics.Builder,ChannelStatistics>public static ChannelStatistics.Builder builder()
public static Class<? extends ChannelStatistics.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.