public class ModifyVpcPeeringConnectionOptionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private PeeringConnectionOptions |
accepterPeeringConnectionOptions
Information about the VPC peering connection options for the accepter
VPC.
|
private PeeringConnectionOptions |
requesterPeeringConnectionOptions
Information about the VPC peering connection options for the requester
VPC.
|
Constructor and Description |
---|
ModifyVpcPeeringConnectionOptionsResult() |
Modifier and Type | Method and Description |
---|---|
ModifyVpcPeeringConnectionOptionsResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private PeeringConnectionOptions requesterPeeringConnectionOptions
Information about the VPC peering connection options for the requester VPC.
private PeeringConnectionOptions accepterPeeringConnectionOptions
Information about the VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsResult()
public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions
- Information about the VPC peering connection options for the
requester VPC.public PeeringConnectionOptions getRequesterPeeringConnectionOptions()
Information about the VPC peering connection options for the requester VPC.
public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Information about the VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions
- Information about the VPC peering connection options for the
requester VPC.public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions
- Information about the VPC peering connection options for the
accepter VPC.public PeeringConnectionOptions getAccepterPeeringConnectionOptions()
Information about the VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Information about the VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions
- Information about the VPC peering connection options for the
accepter VPC.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyVpcPeeringConnectionOptionsResult clone()
clone
in class java.lang.Object