Package com.amazonaws.services.ec2.model
Class RejectVpcPeeringConnectionResult
java.lang.Object
com.amazonaws.services.ec2.model.RejectVpcPeeringConnectionResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of RejectVpcPeeringConnection.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanReturnstrueif the request succeeds; otherwise, it returns an error.inthashCode()isReturn()Returnstrueif the request succeeds; otherwise, it returns an error.voidReturnstrueif the request succeeds; otherwise, it returns an error.toString()Returns a string representation of this object; useful for testing and debugging.withReturn(Boolean returnValue) Returnstrueif the request succeeds; otherwise, it returns an error.
-
Constructor Details
-
RejectVpcPeeringConnectionResult
public RejectVpcPeeringConnectionResult()
-
-
Method Details
-
setReturn
Returns
trueif the request succeeds; otherwise, it returns an error.- Parameters:
returnValue- Returnstrueif the request succeeds; otherwise, it returns an error.
-
getReturn
Returns
trueif the request succeeds; otherwise, it returns an error.- Returns:
- Returns
trueif the request succeeds; otherwise, it returns an error.
-
withReturn
Returns
trueif the request succeeds; otherwise, it returns an error.- Parameters:
returnValue- Returnstrueif the request succeeds; otherwise, it returns an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isReturn
Returns
trueif the request succeeds; otherwise, it returns an error.- Returns:
- Returns
trueif the request succeeds; otherwise, it returns an error.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-