@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddFlowVpcInterfacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| AddFlowVpcInterfacesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| AddFlowVpcInterfacesResult | clone() | 
| boolean | equals(Object obj) | 
| String | getFlowArn()The ARN of the flow that these VPC interfaces were added to. | 
| List<VpcInterface> | getVpcInterfaces()The details of the newly added VPC interfaces. | 
| int | hashCode() | 
| void | setFlowArn(String flowArn)The ARN of the flow that these VPC interfaces were added to. | 
| void | setVpcInterfaces(Collection<VpcInterface> vpcInterfaces)The details of the newly added VPC interfaces. | 
| String | toString()Returns a string representation of this object. | 
| AddFlowVpcInterfacesResult | withFlowArn(String flowArn)The ARN of the flow that these VPC interfaces were added to. | 
| AddFlowVpcInterfacesResult | withVpcInterfaces(Collection<VpcInterface> vpcInterfaces)The details of the newly added VPC interfaces. | 
| AddFlowVpcInterfacesResult | withVpcInterfaces(VpcInterface... vpcInterfaces)The details of the newly added VPC interfaces. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFlowArn(String flowArn)
flowArn - The ARN of the flow that these VPC interfaces were added to.public String getFlowArn()
public AddFlowVpcInterfacesResult withFlowArn(String flowArn)
flowArn - The ARN of the flow that these VPC interfaces were added to.public List<VpcInterface> getVpcInterfaces()
public void setVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
vpcInterfaces - The details of the newly added VPC interfaces.public AddFlowVpcInterfacesResult withVpcInterfaces(VpcInterface... vpcInterfaces)
 NOTE: This method appends the values to the existing list (if any). Use
 setVpcInterfaces(java.util.Collection) or withVpcInterfaces(java.util.Collection) if you want
 to override the existing values.
 
vpcInterfaces - The details of the newly added VPC interfaces.public AddFlowVpcInterfacesResult withVpcInterfaces(Collection<VpcInterface> vpcInterfaces)
vpcInterfaces - The details of the newly added VPC interfaces.public String toString()
toString in class ObjectObject.toString()public AddFlowVpcInterfacesResult clone()