@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of VOD sources that you want MediaTailor to return in response to the current request.
|
String |
getNextToken()
Pagination token returned by the list request when results exceed the maximum allowed.
|
String |
getSourceLocationName()
The name of the source location associated with this VOD Source list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of VOD sources that you want MediaTailor to return in response to the current request.
|
void |
setNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
void |
setSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source list.
|
String |
toString()
Returns a string representation of this object.
|
ListVodSourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of VOD sources that you want MediaTailor to return in response to the current request.
|
ListVodSourcesRequest |
withNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListVodSourcesRequest |
withSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source list.
|
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 setMaxResults(Integer maxResults)
The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults
VOD sources, use the value of NextToken
in the response
to get the next page of results.
maxResults
- The maximum number of VOD sources that you want MediaTailor to return in response to the current request.
If there are more than MaxResults
VOD sources, use the value of NextToken
in the
response to get the next page of results.public Integer getMaxResults()
The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults
VOD sources, use the value of NextToken
in the response
to get the next page of results.
MaxResults
VOD sources, use the value of NextToken
in
the response to get the next page of results.public ListVodSourcesRequest withMaxResults(Integer maxResults)
The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If
there are more than MaxResults
VOD sources, use the value of NextToken
in the response
to get the next page of results.
maxResults
- The maximum number of VOD sources that you want MediaTailor to return in response to the current request.
If there are more than MaxResults
VOD sources, use the value of NextToken
in the
response to get the next page of results.public void setNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to
fetch the next page of results.public String getNextToken()
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
public ListVodSourcesRequest withNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the list request when results exceed the maximum allowed. Use the token to
fetch the next page of results.public void setSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source list.
sourceLocationName
- The name of the source location associated with this VOD Source list.public String getSourceLocationName()
The name of the source location associated with this VOD Source list.
public ListVodSourcesRequest withSourceLocationName(String sourceLocationName)
The name of the source location associated with this VOD Source list.
sourceLocationName
- The name of the source location associated with this VOD Source list.public String toString()
toString
in class Object
Object.toString()
public ListVodSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()