@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowMediaStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFlowMediaStreamRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowMediaStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
MediaStreamAttributesRequest |
getAttributes()
The attributes that you want to assign to the media stream.
|
Integer |
getClockRate()
The sample rate (in Hz) for the stream.
|
String |
getDescription()
Description
|
String |
getFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
String |
getMediaStreamName()
The name of the media stream that you want to update.
|
String |
getMediaStreamType()
The type of media stream.
|
String |
getVideoFormat()
The resolution of the video.
|
int |
hashCode() |
void |
setAttributes(MediaStreamAttributesRequest attributes)
The attributes that you want to assign to the media stream.
|
void |
setClockRate(Integer clockRate)
The sample rate (in Hz) for the stream.
|
void |
setDescription(String description)
Description
|
void |
setFlowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
void |
setMediaStreamName(String mediaStreamName)
The name of the media stream that you want to update.
|
void |
setMediaStreamType(String mediaStreamType)
The type of media stream.
|
void |
setVideoFormat(String videoFormat)
The resolution of the video.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowMediaStreamRequest |
withAttributes(MediaStreamAttributesRequest attributes)
The attributes that you want to assign to the media stream.
|
UpdateFlowMediaStreamRequest |
withClockRate(Integer clockRate)
The sample rate (in Hz) for the stream.
|
UpdateFlowMediaStreamRequest |
withDescription(String description)
Description
|
UpdateFlowMediaStreamRequest |
withFlowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
UpdateFlowMediaStreamRequest |
withMediaStreamName(String mediaStreamName)
The name of the media stream that you want to update.
|
UpdateFlowMediaStreamRequest |
withMediaStreamType(MediaStreamType mediaStreamType)
The type of media stream.
|
UpdateFlowMediaStreamRequest |
withMediaStreamType(String mediaStreamType)
The type of media stream.
|
UpdateFlowMediaStreamRequest |
withVideoFormat(String videoFormat)
The resolution of the video.
|
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 setAttributes(MediaStreamAttributesRequest attributes)
attributes
- The attributes that you want to assign to the media stream.public MediaStreamAttributesRequest getAttributes()
public UpdateFlowMediaStreamRequest withAttributes(MediaStreamAttributesRequest attributes)
attributes
- The attributes that you want to assign to the media stream.public void setClockRate(Integer clockRate)
clockRate
- The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this
value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.public Integer getClockRate()
public UpdateFlowMediaStreamRequest withClockRate(Integer clockRate)
clockRate
- The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this
value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.public void setDescription(String description)
description
- Descriptionpublic String getDescription()
public UpdateFlowMediaStreamRequest withDescription(String description)
description
- Descriptionpublic void setFlowArn(String flowArn)
flowArn
- The Amazon Resource Name (ARN) of the flow.public String getFlowArn()
public UpdateFlowMediaStreamRequest withFlowArn(String flowArn)
flowArn
- The Amazon Resource Name (ARN) of the flow.public void setMediaStreamName(String mediaStreamName)
mediaStreamName
- The name of the media stream that you want to update.public String getMediaStreamName()
public UpdateFlowMediaStreamRequest withMediaStreamName(String mediaStreamName)
mediaStreamName
- The name of the media stream that you want to update.public void setMediaStreamType(String mediaStreamType)
mediaStreamType
- The type of media stream.MediaStreamType
public String getMediaStreamType()
MediaStreamType
public UpdateFlowMediaStreamRequest withMediaStreamType(String mediaStreamType)
mediaStreamType
- The type of media stream.MediaStreamType
public UpdateFlowMediaStreamRequest withMediaStreamType(MediaStreamType mediaStreamType)
mediaStreamType
- The type of media stream.MediaStreamType
public void setVideoFormat(String videoFormat)
videoFormat
- The resolution of the video.public String getVideoFormat()
public UpdateFlowMediaStreamRequest withVideoFormat(String videoFormat)
videoFormat
- The resolution of the video.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowMediaStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()