@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowMediaStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateFlowMediaStreamResult() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowMediaStreamResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the flow that is associated with the media stream that you updated.
|
MediaStream |
getMediaStream()
The media stream that you updated.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that is associated with the media stream that you updated.
|
void |
setMediaStream(MediaStream mediaStream)
The media stream that you updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowMediaStreamResult |
withFlowArn(String flowArn)
The ARN of the flow that is associated with the media stream that you updated.
|
UpdateFlowMediaStreamResult |
withMediaStream(MediaStream mediaStream)
The media stream that you updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the media stream that you updated.public String getFlowArn()
public UpdateFlowMediaStreamResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that is associated with the media stream that you updated.public void setMediaStream(MediaStream mediaStream)
mediaStream
- The media stream that you updated.public MediaStream getMediaStream()
public UpdateFlowMediaStreamResult withMediaStream(MediaStream mediaStream)
mediaStream
- The media stream that you updated.public String toString()
toString
in class Object
Object.toString()
public UpdateFlowMediaStreamResult clone()