public class ModifyVpcPeeringConnectionOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<ModifyVpcPeeringConnectionOptionsRequest>
Modifier and Type | Field and Description |
---|---|
private PeeringConnectionOptionsRequest |
accepterPeeringConnectionOptions
The VPC peering connection options for the accepter VPC.
|
private PeeringConnectionOptionsRequest |
requesterPeeringConnectionOptions
The VPC peering connection options for the requester VPC.
|
private java.lang.String |
vpcPeeringConnectionId
The ID of the VPC peering connection.
|
NOOP
Constructor and Description |
---|
ModifyVpcPeeringConnectionOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyVpcPeeringConnectionOptionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
PeeringConnectionOptionsRequest |
getAccepterPeeringConnectionOptions()
The VPC peering connection options for the accepter VPC.
|
Request<ModifyVpcPeeringConnectionOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
PeeringConnectionOptionsRequest |
getRequesterPeeringConnectionOptions()
The VPC peering connection options for the requester VPC.
|
java.lang.String |
getVpcPeeringConnectionId()
The ID of the VPC peering connection.
|
int |
hashCode() |
void |
setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
|
void |
setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
|
void |
setVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyVpcPeeringConnectionOptionsRequest |
withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
|
ModifyVpcPeeringConnectionOptionsRequest |
withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
|
ModifyVpcPeeringConnectionOptionsRequest |
withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String vpcPeeringConnectionId
The ID of the VPC peering connection.
private PeeringConnectionOptionsRequest requesterPeeringConnectionOptions
The VPC peering connection options for the requester VPC.
private PeeringConnectionOptionsRequest accepterPeeringConnectionOptions
The VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsRequest()
public void setVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId
- The ID of the VPC peering connection.public java.lang.String getVpcPeeringConnectionId()
The ID of the VPC peering connection.
public ModifyVpcPeeringConnectionOptionsRequest withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
vpcPeeringConnectionId
- The ID of the VPC peering connection.public void setRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions
- The VPC peering connection options for the requester VPC.public PeeringConnectionOptionsRequest getRequesterPeeringConnectionOptions()
The VPC peering connection options for the requester VPC.
public ModifyVpcPeeringConnectionOptionsRequest withRequesterPeeringConnectionOptions(PeeringConnectionOptionsRequest requesterPeeringConnectionOptions)
The VPC peering connection options for the requester VPC.
requesterPeeringConnectionOptions
- The VPC peering connection options for the requester VPC.public void setAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions
- The VPC peering connection options for the accepter VPC.public PeeringConnectionOptionsRequest getAccepterPeeringConnectionOptions()
The VPC peering connection options for the accepter VPC.
public ModifyVpcPeeringConnectionOptionsRequest withAccepterPeeringConnectionOptions(PeeringConnectionOptionsRequest accepterPeeringConnectionOptions)
The VPC peering connection options for the accepter VPC.
accepterPeeringConnectionOptions
- The VPC peering connection options for the accepter VPC.public Request<ModifyVpcPeeringConnectionOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifyVpcPeeringConnectionOptionsRequest>
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 ModifyVpcPeeringConnectionOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()