Class CopyImageRequest

    • Method Detail

      • sourceImageName

        public final String sourceImageName()

        The name of the image to copy.

        Returns:
        The name of the image to copy.
      • destinationImageName

        public final String destinationImageName()

        The name that the image will have when it is copied to the destination.

        Returns:
        The name that the image will have when it is copied to the destination.
      • destinationRegion

        public final String destinationRegion()

        The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

        Returns:
        The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
      • destinationImageDescription

        public final String destinationImageDescription()

        The description that the image will have when it is copied to the destination.

        Returns:
        The description that the image will have when it is copied to the destination.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object