Package com.pulumi.automation
Class PreviewResult
- java.lang.Object
-
- com.pulumi.automation.PreviewResult
-
public class PreviewResult extends java.lang.Object
Represents the result of a preview operation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<OperationType,java.lang.Integer>
changeSummary()
Returns a summary of the changes that would be applied by the preview operation.java.lang.String
standardError()
Returns the standard error of the preview operation.java.lang.String
standardOutput()
Returns the standard output of the preview operation.
-
-
-
Method Detail
-
standardOutput
public java.lang.String standardOutput()
Returns the standard output of the preview operation.- Returns:
- the standard output
-
standardError
public java.lang.String standardError()
Returns the standard error of the preview operation.- Returns:
- the standard error
-
changeSummary
public java.util.Map<OperationType,java.lang.Integer> changeSummary()
Returns a summary of the changes that would be applied by the preview operation.- Returns:
-
-