Class WhatIfOperationProperties


  • public final class WhatIfOperationProperties
    extends Object
    Deployment operation properties.
    • Constructor Detail

      • WhatIfOperationProperties

        public WhatIfOperationProperties()
    • Method Detail

      • changes

        public List<WhatIfChange> changes()
        Get the changes property: List of resource changes predicted by What-If operation.
        Returns:
        the changes value.
      • withChanges

        public WhatIfOperationProperties withChanges​(List<WhatIfChange> changes)
        Set the changes property: List of resource changes predicted by What-If operation.
        Parameters:
        changes - the changes value to set.
        Returns:
        the WhatIfOperationProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.