Class RegisterImageResult

    • Constructor Detail

      • RegisterImageResult

        public RegisterImageResult()
    • Method Detail

      • setImageId

        public void setImageId​(String imageId)

        The ID of the newly registered AMI.

        Parameters:
        imageId - The ID of the newly registered AMI.
      • getImageId

        public String getImageId()

        The ID of the newly registered AMI.

        Returns:
        The ID of the newly registered AMI.
      • withImageId

        public RegisterImageResult withImageId​(String imageId)

        The ID of the newly registered AMI.

        Parameters:
        imageId - The ID of the newly registered AMI.
        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