@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a channel.
| Constructor and Description |
|---|
ChannelSummary() |
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The name of the channel.
|
Date |
getCreationTime()
When the channel was created.
|
Date |
getLastUpdateTime()
The last time the channel was updated.
|
String |
getStatus()
The status of the channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setChannelName(String channelName)
The name of the channel.
|
void |
setCreationTime(Date creationTime)
When the channel was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the channel was updated.
|
void |
setStatus(String status)
The status of the channel.
|
String |
toString()
Returns a string representation of this object.
|
ChannelSummary |
withChannelName(String channelName)
The name of the channel.
|
ChannelSummary |
withCreationTime(Date creationTime)
When the channel was created.
|
ChannelSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the channel was updated.
|
ChannelSummary |
withStatus(ChannelStatus status)
The status of the channel.
|
ChannelSummary |
withStatus(String status)
The status of the channel.
|
public void setChannelName(String channelName)
The name of the channel.
channelName - The name of the channel.public String getChannelName()
The name of the channel.
public ChannelSummary withChannelName(String channelName)
The name of the channel.
channelName - The name of the channel.public void setStatus(String status)
The status of the channel.
status - The status of the channel.ChannelStatuspublic String getStatus()
The status of the channel.
ChannelStatuspublic ChannelSummary withStatus(String status)
The status of the channel.
status - The status of the channel.ChannelStatuspublic ChannelSummary withStatus(ChannelStatus status)
The status of the channel.
status - The status of the channel.ChannelStatuspublic void setCreationTime(Date creationTime)
When the channel was created.
creationTime - When the channel was created.public Date getCreationTime()
When the channel was created.
public ChannelSummary withCreationTime(Date creationTime)
When the channel was created.
creationTime - When the channel was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the channel was updated.
lastUpdateTime - The last time the channel was updated.public Date getLastUpdateTime()
The last time the channel was updated.
public ChannelSummary withLastUpdateTime(Date lastUpdateTime)
The last time the channel was updated.
lastUpdateTime - The last time the channel was updated.public String toString()
toString in class ObjectObject.toString()public ChannelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.