@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectStackResourceDriftResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DetectStackResourceDriftResult() |
Modifier and Type | Method and Description |
---|---|
DetectStackResourceDriftResult |
clone() |
boolean |
equals(Object obj) |
StackResourceDrift |
getStackResourceDrift()
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
int |
hashCode() |
void |
setStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
String |
toString()
Returns a string representation of this object.
|
DetectStackResourceDriftResult |
withStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
stackResourceDrift
- Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.public StackResourceDrift getStackResourceDrift()
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
public DetectStackResourceDriftResult withStackResourceDrift(StackResourceDrift stackResourceDrift)
Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.
stackResourceDrift
- Information about whether the resource's actual configuration has drifted from its expected template
configuration, including actual and expected property values and any differences detected.public String toString()
toString
in class Object
Object.toString()
public DetectStackResourceDriftResult clone()