@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaConnectFlow extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MediaConnectFlow() |
| Modifier and Type | Method and Description |
|---|---|
MediaConnectFlow |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The unique ARN of the MediaConnect Flow being used as a source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFlowArn(String flowArn)
The unique ARN of the MediaConnect Flow being used as a source.
|
String |
toString()
Returns a string representation of this object.
|
MediaConnectFlow |
withFlowArn(String flowArn)
The unique ARN of the MediaConnect Flow being used as a source.
|
public void setFlowArn(String flowArn)
flowArn - The unique ARN of the MediaConnect Flow being used as a source.public String getFlowArn()
public MediaConnectFlow withFlowArn(String flowArn)
flowArn - The unique ARN of the MediaConnect Flow being used as a source.public String toString()
toString in class ObjectObject.toString()public MediaConnectFlow clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.