@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyVpcPeeringConnectionOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifyVpcPeeringConnectionOptionsResult() |
Modifier and Type | Method and 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ModifyVpcPeeringConnectionOptionsResult()
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 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 String toString()
toString
in class Object
Object.toString()
public ModifyVpcPeeringConnectionOptionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.