Class AttachInternetGatewayRequest

    • Constructor Detail

      • AttachInternetGatewayRequest

        public AttachInternetGatewayRequest()
    • Method Detail

      • setInternetGatewayId

        public void setInternetGatewayId​(String internetGatewayId)

        The ID of the Internet gateway.

        Parameters:
        internetGatewayId - The ID of the Internet gateway.
      • getInternetGatewayId

        public String getInternetGatewayId()

        The ID of the Internet gateway.

        Returns:
        The ID of the Internet gateway.
      • withInternetGatewayId

        public AttachInternetGatewayRequest withInternetGatewayId​(String internetGatewayId)

        The ID of the Internet gateway.

        Parameters:
        internetGatewayId - The ID of the Internet gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId​(String vpcId)

        The ID of the VPC.

        Parameters:
        vpcId - The ID of the VPC.
      • getVpcId

        public String getVpcId()

        The ID of the VPC.

        Returns:
        The ID of the VPC.
      • withVpcId

        public AttachInternetGatewayRequest withVpcId​(String vpcId)

        The ID of the VPC.

        Parameters:
        vpcId - The ID of the VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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