public class ModifyVpcPeeringConnectionOptionsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ModifyVpcPeeringConnectionOptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ModifyVpcPeeringConnectionOptionsResult()
public PeeringConnectionOptions getRequesterPeeringConnectionOptions()
public void setRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester
VPC.public ModifyVpcPeeringConnectionOptionsResult withRequesterPeeringConnectionOptions(PeeringConnectionOptions requesterPeeringConnectionOptions)
Returns a reference to this object so that method calls can be chained together.
requesterPeeringConnectionOptions - Information about the VPC peering connection options for the requester
VPC.public PeeringConnectionOptions getAccepterPeeringConnectionOptions()
public void setAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter
VPC.public ModifyVpcPeeringConnectionOptionsResult withAccepterPeeringConnectionOptions(PeeringConnectionOptions accepterPeeringConnectionOptions)
Returns a reference to this object so that method calls can be chained together.
accepterPeeringConnectionOptions - Information about the VPC peering connection options for the accepter
VPC.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.