@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddBridgeFlowSourceRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AddBridgeFlowSourceRequest() |
Modifier and Type | Method and Description |
---|---|
AddBridgeFlowSourceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFlowArn()
The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.
|
VpcInterfaceAttachment |
getFlowVpcInterfaceAttachment()
The name of the VPC interface attachment to use for this source.
|
String |
getName()
The name of the flow source.
|
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 to use as a source of this bridge.
|
void |
setFlowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
void |
setName(String name)
The name of the flow source.
|
String |
toString()
Returns a string representation of this object.
|
AddBridgeFlowSourceRequest |
withFlowArn(String flowArn)
The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.
|
AddBridgeFlowSourceRequest |
withFlowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
AddBridgeFlowSourceRequest |
withName(String name)
The name of the flow source.
|
public void setFlowArn(String flowArn)
flowArn
- The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.public String getFlowArn()
public AddBridgeFlowSourceRequest withFlowArn(String flowArn)
flowArn
- The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.public void setFlowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
flowVpcInterfaceAttachment
- The name of the VPC interface attachment to use for this source.public VpcInterfaceAttachment getFlowVpcInterfaceAttachment()
public AddBridgeFlowSourceRequest withFlowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
flowVpcInterfaceAttachment
- The name of the VPC interface attachment to use for this source.public void setName(String name)
name
- The name of the flow source. This name is used to reference the source and must be unique among sources in
this bridge.public String getName()
public AddBridgeFlowSourceRequest withName(String name)
name
- The name of the flow source. This name is used to reference the source and must be unique among sources in
this bridge.public String toString()
toString
in class Object
Object.toString()
public AddBridgeFlowSourceRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.