@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMediaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMediaRequest() |
Modifier and Type | Method and Description |
---|---|
GetMediaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
StartSelector |
getStartSelector()
Identifies the starting chunk to get from the specified stream.
|
String |
getStreamARN()
The ARN of the stream from where you want to get the media content.
|
String |
getStreamName()
The Kinesis video stream name from where you want to get the media content.
|
int |
hashCode() |
void |
setStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
|
void |
setStreamARN(String streamARN)
The ARN of the stream from where you want to get the media content.
|
void |
setStreamName(String streamName)
The Kinesis video stream name from where you want to get the media content.
|
String |
toString()
Returns a string representation of this object.
|
GetMediaRequest |
withStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
|
GetMediaRequest |
withStreamARN(String streamARN)
The ARN of the stream from where you want to get the media content.
|
GetMediaRequest |
withStreamName(String streamName)
The Kinesis video stream name from where you want to get the media content.
|
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 setStreamName(String streamName)
The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName
, you must specify the streamARN
.
streamName
- The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName
, you must specify the streamARN
.public String getStreamName()
The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName
, you must specify the streamARN
.
streamName
, you must specify the streamARN
.public GetMediaRequest withStreamName(String streamName)
The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName
, you must specify the streamARN
.
streamName
- The Kinesis video stream name from where you want to get the media content. If you don't specify the
streamName
, you must specify the streamARN
.public void setStreamARN(String streamARN)
The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN
, you must specify the streamName
.
streamARN
- The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN
, you must specify the streamName
.public String getStreamARN()
The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN
, you must specify the streamName
.
streamARN
, you must specify the streamName
.public GetMediaRequest withStreamARN(String streamARN)
The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN
, you must specify the streamName
.
streamARN
- The ARN of the stream from where you want to get the media content. If you don't specify the
streamARN
, you must specify the streamName
.public void setStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
startSelector
- Identifies the starting chunk to get from the specified stream.public StartSelector getStartSelector()
Identifies the starting chunk to get from the specified stream.
public GetMediaRequest withStartSelector(StartSelector startSelector)
Identifies the starting chunk to get from the specified stream.
startSelector
- Identifies the starting chunk to get from the specified stream.public String toString()
toString
in class Object
Object.toString()
public GetMediaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()