@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BridgeFlowOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BridgeFlowOutput() |
Modifier and Type | Method and Description |
---|---|
BridgeFlowOutput |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The Amazon Resource Number (ARN) of the cloud flow.
|
String |
getFlowSourceArn()
The Amazon Resource Number (ARN) of the flow source.
|
String |
getName()
The name of the bridge's output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFlowArn(String flowArn)
The Amazon Resource Number (ARN) of the cloud flow.
|
void |
setFlowSourceArn(String flowSourceArn)
The Amazon Resource Number (ARN) of the flow source.
|
void |
setName(String name)
The name of the bridge's output.
|
String |
toString()
Returns a string representation of this object.
|
BridgeFlowOutput |
withFlowArn(String flowArn)
The Amazon Resource Number (ARN) of the cloud flow.
|
BridgeFlowOutput |
withFlowSourceArn(String flowSourceArn)
The Amazon Resource Number (ARN) of the flow source.
|
BridgeFlowOutput |
withName(String name)
The name of the bridge's output.
|
public void setFlowArn(String flowArn)
flowArn
- The Amazon Resource Number (ARN) of the cloud flow.public String getFlowArn()
public BridgeFlowOutput withFlowArn(String flowArn)
flowArn
- The Amazon Resource Number (ARN) of the cloud flow.public void setFlowSourceArn(String flowSourceArn)
flowSourceArn
- The Amazon Resource Number (ARN) of the flow source.public String getFlowSourceArn()
public BridgeFlowOutput withFlowSourceArn(String flowSourceArn)
flowSourceArn
- The Amazon Resource Number (ARN) of the flow source.public void setName(String name)
name
- The name of the bridge's output.public String getName()
public BridgeFlowOutput withName(String name)
name
- The name of the bridge's output.public String toString()
toString
in class Object
Object.toString()
public BridgeFlowOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.