|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.RejectVpcPeeringConnectionRequest
public class RejectVpcPeeringConnectionRequest
Container for the parameters to the RejectVpcPeeringConnection operation.
Rejects a VPC peering connection request. The VPC peering connection
must be in the pending-acceptance state. Use the
DescribeVpcPeeringConnections request to view your
outstanding VPC peering connection requests.
AmazonEC2.rejectVpcPeeringConnection(RejectVpcPeeringConnectionRequest),
Serialized Form| Constructor Summary | |
|---|---|
RejectVpcPeeringConnectionRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Request<RejectVpcPeeringConnectionRequest> |
getDryRunRequest()
This method is intended for internal use only. |
java.lang.String |
getVpcPeeringConnectionId()
The ID of the VPC peering connection. |
int |
hashCode()
|
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. |
RejectVpcPeeringConnectionRequest |
withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RejectVpcPeeringConnectionRequest()
| Method Detail |
|---|
public java.lang.String getVpcPeeringConnectionId()
public void setVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
vpcPeeringConnectionId - The ID of the VPC peering connection.public RejectVpcPeeringConnectionRequest withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
Returns a reference to this object so that method calls can be chained together.
vpcPeeringConnectionId - The ID of the VPC peering connection.
public Request<RejectVpcPeeringConnectionRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<RejectVpcPeeringConnectionRequest>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.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||