Class GetChangeDetailsResult

    • Constructor Detail

      • GetChangeDetailsResult

        public GetChangeDetailsResult()
        Deprecated.
    • Method Detail

      • setChangeBatchRecord

        @Deprecated
        public void setChangeBatchRecord​(ChangeBatchRecord changeBatchRecord)
        Deprecated.

        A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

        Parameters:
        changeBatchRecord - A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
      • getChangeBatchRecord

        @Deprecated
        public ChangeBatchRecord getChangeBatchRecord()
        Deprecated.

        A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

        Returns:
        A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
      • withChangeBatchRecord

        @Deprecated
        public GetChangeDetailsResult withChangeBatchRecord​(ChangeBatchRecord changeBatchRecord)
        Deprecated.

        A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.

        Parameters:
        changeBatchRecord - A complex type that contains information about the specified change batch, including the change batch ID, the status of the change, and the contained changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Deprecated.
        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()
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object