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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyVpcPeeringConnectionOptionsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyVpcPeeringConnectionOptionsResult
clone()
boolean
equals(Object obj)
PeeringConnectionOptions
getAccepterPeeringConnectionOptions()
Information about the VPC peering connection options for the accepter VPC.PeeringConnectionOptions
getRequesterPeeringConnectionOptions()
Information about the VPC peering connection options for the requester VPC.int
hashCode()
void
setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.void
setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.String
toString()
Returns a string representation of this object; useful for testing and debugging.ModifyVpcPeeringConnectionOptionsResult
withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.ModifyVpcPeeringConnectionOptionsResult
withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
-
-
-
Method Detail
-
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
public PeeringConnectionOptions 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
public PeeringConnectionOptions 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyVpcPeeringConnectionOptionsResult clone()
-
-