Package com.amazonaws.services.ec2.model
Class ModifyVpcPeeringConnectionOptionsResult
java.lang.Object
com.amazonaws.services.ec2.model.ModifyVpcPeeringConnectionOptionsResult
- All Implemented Interfaces:
Serializable,Cloneable
public class ModifyVpcPeeringConnectionOptionsResult
extends Object
implements Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the VPC peering connection options for the accepter VPC.Information about the VPC peering connection options for the requester VPC.inthashCode()voidsetAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions) Information about the VPC peering connection options for the accepter VPC.voidsetRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions) Information about the VPC peering connection options for the requester VPC.toString()Returns a string representation of this object; useful for testing and debugging.withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions) Information about the VPC peering connection options for the accepter VPC.withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions) Information about the VPC peering connection options for the requester VPC.
-
Constructor Details
-
ModifyVpcPeeringConnectionOptionsResult
public ModifyVpcPeeringConnectionOptionsResult()
-
-
Method Details
-
setRequesterPeeringConnectionOptions
public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions) Information about the VPC peering connection options for the requester VPC.
- Parameters:
requesterPeeringConnectionOptions- Information about the VPC peering connection options for the requester VPC.
-
getRequesterPeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
- Returns:
- Information about the VPC peering connection options for the requester VPC.
-
withRequesterPeeringConnectionOptions
public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions) Information about the VPC peering connection options for the requester VPC.
- Parameters:
requesterPeeringConnectionOptions- Information about the VPC peering connection options for the requester VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAccepterPeeringConnectionOptions
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions) Information about the VPC peering connection options for the accepter VPC.
- Parameters:
accepterPeeringConnectionOptions- Information about the VPC peering connection options for the accepter VPC.
-
getAccepterPeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
- Returns:
- Information about the VPC peering connection options for the accepter VPC.
-
withAccepterPeeringConnectionOptions
public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions) Information about the VPC peering connection options for the accepter VPC.
- Parameters:
accepterPeeringConnectionOptions- Information about the VPC peering connection options for the accepter VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-