Class ResetNetworkInterfaceAttributeRequest

    • Constructor Detail

      • ResetNetworkInterfaceAttributeRequest

        public ResetNetworkInterfaceAttributeRequest()
    • Method Detail

      • setNetworkInterfaceId

        public void setNetworkInterfaceId​(String networkInterfaceId)

        The ID of the network interface.

        Parameters:
        networkInterfaceId - The ID of the network interface.
      • getNetworkInterfaceId

        public String getNetworkInterfaceId()

        The ID of the network interface.

        Returns:
        The ID of the network interface.
      • withNetworkInterfaceId

        public ResetNetworkInterfaceAttributeRequest withNetworkInterfaceId​(String networkInterfaceId)

        The ID of the network interface.

        Parameters:
        networkInterfaceId - The ID of the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceDestCheck

        public void setSourceDestCheck​(String sourceDestCheck)

        The source/destination checking attribute. Resets the value to true.

        Parameters:
        sourceDestCheck - The source/destination checking attribute. Resets the value to true.
      • getSourceDestCheck

        public String getSourceDestCheck()

        The source/destination checking attribute. Resets the value to true.

        Returns:
        The source/destination checking attribute. Resets the value to true.
      • withSourceDestCheck

        public ResetNetworkInterfaceAttributeRequest withSourceDestCheck​(String sourceDestCheck)

        The source/destination checking attribute. Resets the value to true.

        Parameters:
        sourceDestCheck - The source/destination checking attribute. Resets the value to true.
        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