@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddFlowMediaStreamsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddFlowMediaStreamsResult() |
Modifier and Type | Method and Description |
---|---|
AddFlowMediaStreamsResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the flow that you added media streams to.
|
List<MediaStream> |
getMediaStreams()
The media streams that you added to the flow.
|
int |
hashCode() |
void |
setFlowArn(String flowArn)
The ARN of the flow that you added media streams to.
|
void |
setMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that you added to the flow.
|
String |
toString()
Returns a string representation of this object.
|
AddFlowMediaStreamsResult |
withFlowArn(String flowArn)
The ARN of the flow that you added media streams to.
|
AddFlowMediaStreamsResult |
withMediaStreams(Collection<MediaStream> mediaStreams)
The media streams that you added to the flow.
|
AddFlowMediaStreamsResult |
withMediaStreams(MediaStream... mediaStreams)
The media streams that you added to the flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowArn(String flowArn)
flowArn
- The ARN of the flow that you added media streams to.public String getFlowArn()
public AddFlowMediaStreamsResult withFlowArn(String flowArn)
flowArn
- The ARN of the flow that you added media streams to.public List<MediaStream> getMediaStreams()
public void setMediaStreams(Collection<MediaStream> mediaStreams)
mediaStreams
- The media streams that you added to the flow.public AddFlowMediaStreamsResult withMediaStreams(MediaStream... mediaStreams)
NOTE: This method appends the values to the existing list (if any). Use
setMediaStreams(java.util.Collection)
or withMediaStreams(java.util.Collection)
if you want to
override the existing values.
mediaStreams
- The media streams that you added to the flow.public AddFlowMediaStreamsResult withMediaStreams(Collection<MediaStream> mediaStreams)
mediaStreams
- The media streams that you added to the flow.public String toString()
toString
in class Object
Object.toString()
public AddFlowMediaStreamsResult clone()