@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelsModeratedByAppInstanceUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListChannelsModeratedByAppInstanceUserResult() |
Modifier and Type | Method and Description |
---|---|
ListChannelsModeratedByAppInstanceUserResult |
clone() |
boolean |
equals(Object obj) |
List<ChannelModeratedByAppInstanceUserSummary> |
getChannels()
The moderated channels in the request.
|
String |
getNextToken()
The token returned from previous API requests until the number of channels moderated by the user is reached.
|
int |
hashCode() |
void |
setChannels(Collection<ChannelModeratedByAppInstanceUserSummary> channels)
The moderated channels in the request.
|
void |
setNextToken(String nextToken)
The token returned from previous API requests until the number of channels moderated by the user is reached.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelsModeratedByAppInstanceUserResult |
withChannels(ChannelModeratedByAppInstanceUserSummary... channels)
The moderated channels in the request.
|
ListChannelsModeratedByAppInstanceUserResult |
withChannels(Collection<ChannelModeratedByAppInstanceUserSummary> channels)
The moderated channels in the request.
|
ListChannelsModeratedByAppInstanceUserResult |
withNextToken(String nextToken)
The token returned from previous API requests until the number of channels moderated by the user is reached.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListChannelsModeratedByAppInstanceUserResult()
public List<ChannelModeratedByAppInstanceUserSummary> getChannels()
The moderated channels in the request.
public void setChannels(Collection<ChannelModeratedByAppInstanceUserSummary> channels)
The moderated channels in the request.
channels
- The moderated channels in the request.public ListChannelsModeratedByAppInstanceUserResult withChannels(ChannelModeratedByAppInstanceUserSummary... channels)
The moderated channels in the request.
NOTE: This method appends the values to the existing list (if any). Use
setChannels(java.util.Collection)
or withChannels(java.util.Collection)
if you want to override
the existing values.
channels
- The moderated channels in the request.public ListChannelsModeratedByAppInstanceUserResult withChannels(Collection<ChannelModeratedByAppInstanceUserSummary> channels)
The moderated channels in the request.
channels
- The moderated channels in the request.public void setNextToken(String nextToken)
The token returned from previous API requests until the number of channels moderated by the user is reached.
nextToken
- The token returned from previous API requests until the number of channels moderated by the user is
reached.public String getNextToken()
The token returned from previous API requests until the number of channels moderated by the user is reached.
public ListChannelsModeratedByAppInstanceUserResult withNextToken(String nextToken)
The token returned from previous API requests until the number of channels moderated by the user is reached.
nextToken
- The token returned from previous API requests until the number of channels moderated by the user is
reached.public String toString()
toString
in class Object
Object.toString()
public ListChannelsModeratedByAppInstanceUserResult clone()
Copyright © 2023. All rights reserved.