Package com.amazonaws.services.ec2.model
Class AttachClassicLinkVpcResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.AttachClassicLinkVpcResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class AttachClassicLinkVpcResult extends Object implements Serializable, Cloneable
Contains the output of AttachClassicLinkVpc.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttachClassicLinkVpcResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachClassicLinkVpcResultclone()booleanequals(Object obj)BooleangetReturn()Returnstrueif the request succeeds; otherwise, it returns an error.inthashCode()BooleanisReturn()Returnstrueif the request succeeds; otherwise, it returns an error.voidsetReturn(Boolean returnValue)Returnstrueif the request succeeds; otherwise, it returns an error.StringtoString()Returns a string representation of this object; useful for testing and debugging.AttachClassicLinkVpcResultwithReturn(Boolean returnValue)Returnstrueif the request succeeds; otherwise, it returns an error.
-
-
-
Method Detail
-
setReturn
public void setReturn(Boolean returnValue)
Returns
trueif the request succeeds; otherwise, it returns an error.- Parameters:
returnValue- Returnstrueif the request succeeds; otherwise, it returns an error.
-
getReturn
public Boolean getReturn()
Returns
trueif the request succeeds; otherwise, it returns an error.- Returns:
- Returns
trueif the request succeeds; otherwise, it returns an error.
-
withReturn
public AttachClassicLinkVpcResult withReturn(Boolean returnValue)
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
public Boolean isReturn()
Returns
trueif the request succeeds; otherwise, it returns an error.- Returns:
- Returns
trueif 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AttachClassicLinkVpcResult clone()
-
-