@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVodSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListVodSourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListVodSourcesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
Pagination token from the GET list request.
|
String |
getSourceLocationName()
The identifier for the source location you are working on.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
Pagination token from the GET list request.
|
void |
setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
String |
toString()
Returns a string representation of this object.
|
ListVodSourcesRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListVodSourcesRequest |
withNextToken(String nextToken)
Pagination token from the GET list request.
|
ListVodSourcesRequest |
withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
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 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 ListVodSourcesRequest 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 ListVodSourcesRequest 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 void setSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
sourceLocationName - The identifier for the source location you are working on.public String getSourceLocationName()
The identifier for the source location you are working on.
public ListVodSourcesRequest withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
sourceLocationName - The identifier for the source location you are working on.public String toString()
toString in class ObjectObject.toString()public ListVodSourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.