@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveFlowMediaStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RemoveFlowMediaStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
RemoveFlowMediaStreamResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
String |
getMediaStreamName()
The name of the media stream that was removed.
|
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 was removed.
|
String |
toString()
Returns a string representation of this object.
|
RemoveFlowMediaStreamResult |
withFlowArn(String flowArn)
The Amazon Resource Name (ARN) of the flow.
|
RemoveFlowMediaStreamResult |
withMediaStreamName(String mediaStreamName)
The name of the media stream that was removed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFlowArn(String flowArn)
flowArn - The Amazon Resource Name (ARN) of the flow.public String getFlowArn()
public RemoveFlowMediaStreamResult 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 was removed.public String getMediaStreamName()
public RemoveFlowMediaStreamResult withMediaStreamName(String mediaStreamName)
mediaStreamName - The name of the media stream that was removed.public String toString()
toString in class ObjectObject.toString()public RemoveFlowMediaStreamResult clone()