Package com.amazonaws.services.ec2.model
Class DetachClassicLinkVpcResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.DetachClassicLinkVpcResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DetachClassicLinkVpcResult extends Object implements Serializable, Cloneable
Contains the output of DetachClassicLinkVpc.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetachClassicLinkVpcResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachClassicLinkVpcResult
clone()
boolean
equals(Object obj)
Boolean
getReturn()
Returnstrue
if the request succeeds; otherwise, it returns an error.int
hashCode()
Boolean
isReturn()
Returnstrue
if the request succeeds; otherwise, it returns an error.void
setReturn(Boolean returnValue)
Returnstrue
if the request succeeds; otherwise, it returns an error.String
toString()
Returns a string representation of this object; useful for testing and debugging.DetachClassicLinkVpcResult
withReturn(Boolean returnValue)
Returnstrue
if the request succeeds; otherwise, it returns an error.
-
-
-
Method Detail
-
setReturn
public void setReturn(Boolean returnValue)
Returns
true
if the request succeeds; otherwise, it returns an error.- Parameters:
returnValue
- Returnstrue
if the request succeeds; otherwise, it returns an error.
-
getReturn
public Boolean 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
public DetachClassicLinkVpcResult withReturn(Boolean returnValue)
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
public Boolean 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DetachClassicLinkVpcResult clone()
-
-