@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFlowMediaStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveFlowMediaStreamRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveFlowMediaStreamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
String |
getMediaStreamName()
The name of the media stream that you want to remove.
|
int |
hashCode() |
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 remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveFlowMediaStreamRequest |
withFlowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
RemoveFlowMediaStreamRequest |
withMediaStreamName(String mediaStreamName)
The name of the media stream that you want to remove.
|
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 setFlowArn(String flowArn)
flowArn
- The Amazon Resource Name (ARN) of the flow.public String getFlowArn()
public RemoveFlowMediaStreamRequest 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 remove.public String getMediaStreamName()
public RemoveFlowMediaStreamRequest withMediaStreamName(String mediaStreamName)
mediaStreamName
- The name of the media stream that you want to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveFlowMediaStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()