@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Flow extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Flow() |
Modifier and Type | Method and Description |
---|---|
Flow |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone that you want to create the flow in.
|
String |
getDescription()
A description of the flow.
|
String |
getEgressIp()
The IP address from which video will be sent to output destinations.
|
List<Entitlement> |
getEntitlements()
The entitlements in this flow.
|
String |
getFlowArn()
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
String |
getName()
The name of the flow.
|
List<Output> |
getOutputs()
The outputs in this flow.
|
Source |
getSource() |
String |
getStatus()
The current status of the flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
void |
setDescription(String description)
A description of the flow.
|
void |
setEgressIp(String egressIp)
The IP address from which video will be sent to output destinations.
|
void |
setEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
void |
setFlowArn(String flowArn)
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
void |
setName(String name)
The name of the flow.
|
void |
setOutputs(Collection<Output> outputs)
The outputs in this flow.
|
void |
setSource(Source source) |
void |
setStatus(String status)
The current status of the flow.
|
String |
toString()
Returns a string representation of this object.
|
Flow |
withAvailabilityZone(String availabilityZone)
The Availability Zone that you want to create the flow in.
|
Flow |
withDescription(String description)
A description of the flow.
|
Flow |
withEgressIp(String egressIp)
The IP address from which video will be sent to output destinations.
|
Flow |
withEntitlements(Collection<Entitlement> entitlements)
The entitlements in this flow.
|
Flow |
withEntitlements(Entitlement... entitlements)
The entitlements in this flow.
|
Flow |
withFlowArn(String flowArn)
The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.
|
Flow |
withName(String name)
The name of the flow.
|
Flow |
withOutputs(Collection<Output> outputs)
The outputs in this flow.
|
Flow |
withOutputs(Output... outputs)
The outputs in this flow.
|
Flow |
withSource(Source source) |
Flow |
withStatus(Status status)
The current status of the flow.
|
Flow |
withStatus(String status)
The current status of the flow.
|
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone that you want to create the flow in. These options are limited to the Availability
Zones within the current AWS.public String getAvailabilityZone()
public Flow withAvailabilityZone(String availabilityZone)
availabilityZone
- The Availability Zone that you want to create the flow in. These options are limited to the Availability
Zones within the current AWS.public void setDescription(String description)
description
- A description of the flow. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public String getDescription()
public Flow withDescription(String description)
description
- A description of the flow. This value is not used or seen outside of the current AWS Elemental
MediaConnect account.public void setEgressIp(String egressIp)
egressIp
- The IP address from which video will be sent to output destinations.public String getEgressIp()
public Flow withEgressIp(String egressIp)
egressIp
- The IP address from which video will be sent to output destinations.public List<Entitlement> getEntitlements()
public void setEntitlements(Collection<Entitlement> entitlements)
entitlements
- The entitlements in this flow.public Flow withEntitlements(Entitlement... entitlements)
NOTE: This method appends the values to the existing list (if any). Use
setEntitlements(java.util.Collection)
or withEntitlements(java.util.Collection)
if you want to
override the existing values.
entitlements
- The entitlements in this flow.public Flow withEntitlements(Collection<Entitlement> entitlements)
entitlements
- The entitlements in this flow.public void setFlowArn(String flowArn)
flowArn
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.public String getFlowArn()
public Flow withFlowArn(String flowArn)
flowArn
- The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.public void setName(String name)
name
- The name of the flow.public String getName()
public Flow withName(String name)
name
- The name of the flow.public List<Output> getOutputs()
public void setOutputs(Collection<Output> outputs)
outputs
- The outputs in this flow.public Flow withOutputs(Output... outputs)
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The outputs in this flow.public Flow withOutputs(Collection<Output> outputs)
outputs
- The outputs in this flow.public void setSource(Source source)
source
- public Source getSource()
public Flow withSource(Source source)
source
- public void setStatus(String status)
status
- The current status of the flow.Status
public String getStatus()
Status
public Flow withStatus(String status)
status
- The current status of the flow.Status
public Flow withStatus(Status status)
status
- The current status of the flow.Status
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.