@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChannelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChannelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterByName()
Filters the channel list to match the specified name.
|
String |
getFilterByPlaybackRestrictionPolicyArn()
Filters the channel list to match the specified policy.
|
String |
getFilterByRecordingConfigurationArn()
Filters the channel list to match the specified recording-configuration ARN.
|
Integer |
getMaxResults()
Maximum number of channels to return.
|
String |
getNextToken()
The first channel to retrieve.
|
int |
hashCode() |
void |
setFilterByName(String filterByName)
Filters the channel list to match the specified name.
|
void |
setFilterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)
Filters the channel list to match the specified policy.
|
void |
setFilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
|
void |
setMaxResults(Integer maxResults)
Maximum number of channels to return.
|
void |
setNextToken(String nextToken)
The first channel to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
ListChannelsRequest |
withFilterByName(String filterByName)
Filters the channel list to match the specified name.
|
ListChannelsRequest |
withFilterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)
Filters the channel list to match the specified policy.
|
ListChannelsRequest |
withFilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
|
ListChannelsRequest |
withMaxResults(Integer maxResults)
Maximum number of channels to return.
|
ListChannelsRequest |
withNextToken(String nextToken)
The first channel to retrieve.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFilterByName(String filterByName)
Filters the channel list to match the specified name.
filterByName
- Filters the channel list to match the specified name.public String getFilterByName()
Filters the channel list to match the specified name.
public ListChannelsRequest withFilterByName(String filterByName)
Filters the channel list to match the specified name.
filterByName
- Filters the channel list to match the specified name.public void setFilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
filterByRecordingConfigurationArn
- Filters the channel list to match the specified recording-configuration ARN.public String getFilterByRecordingConfigurationArn()
Filters the channel list to match the specified recording-configuration ARN.
public ListChannelsRequest withFilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
filterByRecordingConfigurationArn
- Filters the channel list to match the specified recording-configuration ARN.public void setFilterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)
Filters the channel list to match the specified policy.
filterByPlaybackRestrictionPolicyArn
- Filters the channel list to match the specified policy.public String getFilterByPlaybackRestrictionPolicyArn()
Filters the channel list to match the specified policy.
public ListChannelsRequest withFilterByPlaybackRestrictionPolicyArn(String filterByPlaybackRestrictionPolicyArn)
Filters the channel list to match the specified policy.
filterByPlaybackRestrictionPolicyArn
- Filters the channel list to match the specified policy.public void setNextToken(String nextToken)
The first channel to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first channel to retrieve. This is used for pagination; see the nextToken
response field.public String getNextToken()
The first channel to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
response
field.public ListChannelsRequest withNextToken(String nextToken)
The first channel to retrieve. This is used for pagination; see the nextToken
response field.
nextToken
- The first channel to retrieve. This is used for pagination; see the nextToken
response field.public void setMaxResults(Integer maxResults)
Maximum number of channels to return. Default: 100.
maxResults
- Maximum number of channels to return. Default: 100.public Integer getMaxResults()
Maximum number of channels to return. Default: 100.
public ListChannelsRequest withMaxResults(Integer maxResults)
Maximum number of channels to return. Default: 100.
maxResults
- Maximum number of channels to return. Default: 100.public String toString()
toString
in class Object
Object.toString()
public ListChannelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()