@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubChannelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the sub-channels associated with the elastic channel.
| Constructor and Description |
|---|
SubChannelSummary() |
| Modifier and Type | Method and Description |
|---|---|
SubChannelSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getMembershipCount()
The number of members in a SubChannel.
|
String |
getSubChannelId()
The unique ID of a SubChannel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMembershipCount(Integer membershipCount)
The number of members in a SubChannel.
|
void |
setSubChannelId(String subChannelId)
The unique ID of a SubChannel.
|
String |
toString()
Returns a string representation of this object.
|
SubChannelSummary |
withMembershipCount(Integer membershipCount)
The number of members in a SubChannel.
|
SubChannelSummary |
withSubChannelId(String subChannelId)
The unique ID of a SubChannel.
|
public void setSubChannelId(String subChannelId)
The unique ID of a SubChannel.
subChannelId - The unique ID of a SubChannel.public String getSubChannelId()
The unique ID of a SubChannel.
public SubChannelSummary withSubChannelId(String subChannelId)
The unique ID of a SubChannel.
subChannelId - The unique ID of a SubChannel.public void setMembershipCount(Integer membershipCount)
The number of members in a SubChannel.
membershipCount - The number of members in a SubChannel.public Integer getMembershipCount()
The number of members in a SubChannel.
public SubChannelSummary withMembershipCount(Integer membershipCount)
The number of members in a SubChannel.
membershipCount - The number of members in a SubChannel.public String toString()
toString in class ObjectObject.toString()public SubChannelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.