@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMediaForFragmentListRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMediaForFragmentListRequest() |
Modifier and Type | Method and Description |
---|---|
GetMediaForFragmentListRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFragments()
A list of the numbers of fragments for which to retrieve media.
|
String |
getStreamName()
The name of the stream from which to retrieve fragment media.
|
int |
hashCode() |
void |
setFragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media.
|
void |
setStreamName(String streamName)
The name of the stream from which to retrieve fragment media.
|
String |
toString()
Returns a string representation of this object.
|
GetMediaForFragmentListRequest |
withFragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media.
|
GetMediaForFragmentListRequest |
withFragments(String... fragments)
A list of the numbers of fragments for which to retrieve media.
|
GetMediaForFragmentListRequest |
withStreamName(String streamName)
The name of the stream from which to retrieve fragment media.
|
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, withSdkRequestTimeout
public void setStreamName(String streamName)
The name of the stream from which to retrieve fragment media.
streamName
- The name of the stream from which to retrieve fragment media.public String getStreamName()
The name of the stream from which to retrieve fragment media.
public GetMediaForFragmentListRequest withStreamName(String streamName)
The name of the stream from which to retrieve fragment media.
streamName
- The name of the stream from which to retrieve fragment media.public List<String> getFragments()
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
public void setFragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
fragments
- A list of the numbers of fragments for which to retrieve media. You retrieve these values with
ListFragments.public GetMediaForFragmentListRequest withFragments(String... fragments)
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
NOTE: This method appends the values to the existing list (if any). Use
setFragments(java.util.Collection)
or withFragments(java.util.Collection)
if you want to
override the existing values.
fragments
- A list of the numbers of fragments for which to retrieve media. You retrieve these values with
ListFragments.public GetMediaForFragmentListRequest withFragments(Collection<String> fragments)
A list of the numbers of fragments for which to retrieve media. You retrieve these values with ListFragments.
fragments
- A list of the numbers of fragments for which to retrieve media. You retrieve these values with
ListFragments.public String toString()
toString
in class Object
Object.toString()
public GetMediaForFragmentListRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.