@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaConnectFlowRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MediaConnectFlowRequest() |
| Modifier and Type | Method and Description |
|---|---|
MediaConnectFlowRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The ARN of the MediaConnect Flow that you want to use as a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFlowArn(String flowArn)
The ARN of the MediaConnect Flow that you want to use as a source.
|
String |
toString()
Returns a string representation of this object.
|
MediaConnectFlowRequest |
withFlowArn(String flowArn)
The ARN of the MediaConnect Flow that you want to use as a source.
|
public void setFlowArn(String flowArn)
flowArn - The ARN of the MediaConnect Flow that you want to use as a source.public String getFlowArn()
public MediaConnectFlowRequest withFlowArn(String flowArn)
flowArn - The ARN of the MediaConnect Flow that you want to use as a source.public String toString()
toString in class ObjectObject.toString()public MediaConnectFlowRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.