Class DisableVpcClassicLinkResult
java.lang.Object
com.amazonaws.services.ec2.model.DisableVpcClassicLinkResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of DisableVpcClassicLink.
- 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
-
DisableVpcClassicLinkResult
public DisableVpcClassicLinkResult()
-
-
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
-
equals
-
hashCode
-
clone
-