@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public MediaConnectFlow clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.