Class DeleteSnapshotCopyGrantRequest

    • Constructor Detail

      • DeleteSnapshotCopyGrantRequest

        public DeleteSnapshotCopyGrantRequest()
    • Method Detail

      • setSnapshotCopyGrantName

        public void setSnapshotCopyGrantName​(String snapshotCopyGrantName)

        The name of the snapshot copy grant to delete.

        Parameters:
        snapshotCopyGrantName - The name of the snapshot copy grant to delete.
      • getSnapshotCopyGrantName

        public String getSnapshotCopyGrantName()

        The name of the snapshot copy grant to delete.

        Returns:
        The name of the snapshot copy grant to delete.
      • withSnapshotCopyGrantName

        public DeleteSnapshotCopyGrantRequest withSnapshotCopyGrantName​(String snapshotCopyGrantName)

        The name of the snapshot copy grant to delete.

        Parameters:
        snapshotCopyGrantName - The name of the snapshot copy grant to delete.
        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