public class VpcPeeringConnectionOptionsDescription
extends java.lang.Object
implements java.io.Serializable
Describes the VPC peering connection options.
Constructor and Description |
---|
VpcPeeringConnectionOptionsDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.
|
java.lang.Boolean |
getAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
int |
hashCode() |
java.lang.Boolean |
isAllowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.
|
java.lang.Boolean |
isAllowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
void |
setAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.
|
void |
setAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VpcPeeringConnectionOptionsDescription |
withAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.
|
VpcPeeringConnectionOptionsDescription |
withAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.
|
public VpcPeeringConnectionOptionsDescription()
public java.lang.Boolean isAllowEgressFromLocalClassicLinkToRemoteVpc()
public void setAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
allowEgressFromLocalClassicLinkToRemoteVpc
- Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalClassicLinkToRemoteVpc(java.lang.Boolean allowEgressFromLocalClassicLinkToRemoteVpc)
Returns a reference to this object so that method calls can be chained together.
allowEgressFromLocalClassicLinkToRemoteVpc
- Indicates whether a local ClassicLink connection can communicate with
the peer VPC over the VPC peering connection.public java.lang.Boolean getAllowEgressFromLocalClassicLinkToRemoteVpc()
public java.lang.Boolean isAllowEgressFromLocalVpcToRemoteClassicLink()
public void setAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
allowEgressFromLocalVpcToRemoteClassicLink
- Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.public VpcPeeringConnectionOptionsDescription withAllowEgressFromLocalVpcToRemoteClassicLink(java.lang.Boolean allowEgressFromLocalVpcToRemoteClassicLink)
Returns a reference to this object so that method calls can be chained together.
allowEgressFromLocalVpcToRemoteClassicLink
- Indicates whether a local VPC can communicate with a ClassicLink
connection in the peer VPC over the VPC peering connection.public java.lang.Boolean getAllowEgressFromLocalVpcToRemoteClassicLink()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.