@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Statistics information about the channel.
Constructor and Description |
---|
ChannelStatistics() |
Modifier and Type | Method and Description |
---|---|
ChannelStatistics |
clone() |
boolean |
equals(Object obj) |
EstimatedResourceSize |
getSize()
The estimated size of the channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(EstimatedResourceSize size)
The estimated size of the channel.
|
String |
toString()
Returns a string representation of this object.
|
ChannelStatistics |
withSize(EstimatedResourceSize size)
The estimated size of the channel.
|
public void setSize(EstimatedResourceSize size)
The estimated size of the channel.
size
- The estimated size of the channel.public EstimatedResourceSize getSize()
The estimated size of the channel.
public ChannelStatistics withSize(EstimatedResourceSize size)
The estimated size of the channel.
size
- The estimated size of the channel.public String toString()
toString
in class Object
Object.toString()
public ChannelStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.