Package com.amazonaws.services.ec2.model
Class AttachClassicLinkVpcResult
java.lang.Object
com.amazonaws.services.ec2.model.AttachClassicLinkVpcResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of AttachClassicLinkVpc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Returnstrue
if the request succeeds; otherwise, it returns an error.int
hashCode()
isReturn()
Returnstrue
if the request succeeds; otherwise, it returns an error.void
Returnstrue
if the request succeeds; otherwise, it returns an error.toString()
Returns a string representation of this object; useful for testing and debugging.withReturn
(Boolean returnValue) Returnstrue
if the request succeeds; otherwise, it returns an error.
-
Constructor Details
-
AttachClassicLinkVpcResult
public AttachClassicLinkVpcResult()
-
-
Method Details
-
setReturn
Returns
true
if the request succeeds; otherwise, it returns an error.- Parameters:
returnValue
- Returnstrue
if the request succeeds; otherwise, it returns an error.
-
getReturn
Returns
true
if the request succeeds; otherwise, it returns an error.- Returns:
- Returns
true
if the request succeeds; otherwise, it returns an error.
-
withReturn
Returns
true
if the request succeeds; otherwise, it returns an error.- Parameters:
returnValue
- Returnstrue
if 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
true
if the request succeeds; otherwise, it returns an error.- Returns:
- Returns
true
if 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
-