Class DisableVpcClassicLinkResult

    • Constructor Detail

      • DisableVpcClassicLinkResult

        public DisableVpcClassicLinkResult()
    • Method Detail

      • setReturn

        public void setReturn​(Boolean returnValue)

        Returns true if the request succeeds; otherwise, it returns an error.

        Parameters:
        returnValue - Returns true 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 DisableVpcClassicLinkResult withReturn​(Boolean returnValue)

        Returns true if the request succeeds; otherwise, it returns an error.

        Parameters:
        returnValue - Returns true 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 class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object