@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProgramsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListProgramsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProgramsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
The identifier for the channel you are working on.
|
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
Pagination token from the GET list request.
|
int |
hashCode() |
void |
setChannelName(String channelName)
The identifier for the channel you are working on.
|
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token from the GET list request.
|
String |
toString()
Returns a string representation of this object.
|
ListProgramsRequest |
withChannelName(String channelName)
The identifier for the channel you are working on.
|
ListProgramsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListProgramsRequest |
withNextToken(String nextToken)
Pagination token from the GET list request.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public String getChannelName()
The identifier for the channel you are working on.
public ListProgramsRequest withChannelName(String channelName)
The identifier for the channel you are working on.
channelName - The identifier for the channel you are working on.public void setMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.public Integer getMaxResults()
Upper bound on number of records to return. The maximum number of results is 100.
public ListProgramsRequest withMaxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.public void setNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.public String getNextToken()
Pagination token from the GET list request. Use the token to fetch the next page of results.
public ListProgramsRequest withNextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.public String toString()
toString in class ObjectObject.toString()public ListProgramsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.