@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackDriftDetectionStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStackDriftDetectionStatusResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackDriftDetectionStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetectionStatus()
The status of the stack drift detection operation.
|
String |
getDetectionStatusReason()
The reason the stack drift detection operation has its current status.
|
Integer |
getDriftedStackResourceCount()
Total number of stack resources that have drifted.
|
String |
getStackDriftDetectionId()
The ID of the drift detection results of this operation.
|
String |
getStackDriftStatus()
Status of the stack's actual configuration compared to its expected configuration.
|
String |
getStackId()
The ID of the stack.
|
Date |
getTimestamp()
Time at which the stack drift detection operation was initiated.
|
int |
hashCode() |
void |
setDetectionStatus(String detectionStatus)
The status of the stack drift detection operation.
|
void |
setDetectionStatusReason(String detectionStatusReason)
The reason the stack drift detection operation has its current status.
|
void |
setDriftedStackResourceCount(Integer driftedStackResourceCount)
Total number of stack resources that have drifted.
|
void |
setStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
void |
setStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
|
void |
setStackId(String stackId)
The ID of the stack.
|
void |
setTimestamp(Date timestamp)
Time at which the stack drift detection operation was initiated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStackDriftDetectionStatusResult |
withDetectionStatus(StackDriftDetectionStatus detectionStatus)
The status of the stack drift detection operation.
|
DescribeStackDriftDetectionStatusResult |
withDetectionStatus(String detectionStatus)
The status of the stack drift detection operation.
|
DescribeStackDriftDetectionStatusResult |
withDetectionStatusReason(String detectionStatusReason)
The reason the stack drift detection operation has its current status.
|
DescribeStackDriftDetectionStatusResult |
withDriftedStackResourceCount(Integer driftedStackResourceCount)
Total number of stack resources that have drifted.
|
DescribeStackDriftDetectionStatusResult |
withStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
|
DescribeStackDriftDetectionStatusResult |
withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
|
DescribeStackDriftDetectionStatusResult |
withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
|
DescribeStackDriftDetectionStatusResult |
withStackId(String stackId)
The ID of the stack.
|
DescribeStackDriftDetectionStatusResult |
withTimestamp(Date timestamp)
Time at which the stack drift detection operation was initiated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeStackDriftDetectionStatusResult()
public void setStackId(String stackId)
The ID of the stack.
stackId
- The ID of the stack.public String getStackId()
The ID of the stack.
public DescribeStackDriftDetectionStatusResult withStackId(String stackId)
The ID of the stack.
stackId
- The ID of the stack.public void setStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
stackDriftDetectionId
- The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
public String getStackDriftDetectionId()
The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
public DescribeStackDriftDetectionStatusResult withStackDriftDetectionId(String stackDriftDetectionId)
The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
stackDriftDetectionId
- The ID of the drift detection results of this operation.
AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of reports AWS CloudFormation retains for any given stack, and for how long, may vary.
public void setStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have
drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to
have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public String getStackDriftStatus()
Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have
drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered
to have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public DescribeStackDriftDetectionStatusResult withStackDriftStatus(String stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have
drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to
have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public DescribeStackDriftDetectionStatusResult withStackDriftStatus(StackDriftStatus stackDriftStatus)
Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have
drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected template
configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
stackDriftStatus
- Status of the stack's actual configuration compared to its expected configuration.
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to
have drifted if one or more of its resources have drifted.
NOT_CHECKED
: AWS CloudFormation has not checked if the stack differs from its expected
template configuration.
IN_SYNC
: The stack's actual configuration matches its expected template configuration.
UNKNOWN
: This value is reserved for future use.
StackDriftStatus
public void setDetectionStatus(String detectionStatus)
The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all resources
in the stack that support drift detection. (Resources that do not currently support stack detection remain
unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in the
stack. Results will be available for resources on which AWS CloudFormation successfully completed drift
detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
detectionStatus
- The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all
resources in the stack that support drift detection. (Resources that do not currently support stack
detection remain unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in
the stack. Results will be available for resources on which AWS CloudFormation successfully completed
drift detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
StackDriftDetectionStatus
public String getDetectionStatus()
The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all resources
in the stack that support drift detection. (Resources that do not currently support stack detection remain
unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in the
stack. Results will be available for resources on which AWS CloudFormation successfully completed drift
detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all
resources in the stack that support drift detection. (Resources that do not currently support stack
detection remain unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource
in the stack. Results will be available for resources on which AWS CloudFormation successfully completed
drift detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
StackDriftDetectionStatus
public DescribeStackDriftDetectionStatusResult withDetectionStatus(String detectionStatus)
The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all resources
in the stack that support drift detection. (Resources that do not currently support stack detection remain
unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in the
stack. Results will be available for resources on which AWS CloudFormation successfully completed drift
detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
detectionStatus
- The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all
resources in the stack that support drift detection. (Resources that do not currently support stack
detection remain unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in
the stack. Results will be available for resources on which AWS CloudFormation successfully completed
drift detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
StackDriftDetectionStatus
public DescribeStackDriftDetectionStatusResult withDetectionStatus(StackDriftDetectionStatus detectionStatus)
The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all resources
in the stack that support drift detection. (Resources that do not currently support stack detection remain
unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in the
stack. Results will be available for resources on which AWS CloudFormation successfully completed drift
detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
detectionStatus
- The status of the stack drift detection operation.
DETECTION_COMPLETE
: The stack drift detection operation has successfully completed for all
resources in the stack that support drift detection. (Resources that do not currently support stack
detection remain unchecked.)
If you specified logical resource IDs for AWS CloudFormation to use as a filter for the stack drift detection operation, only the resources with those logical IDs are checked for drift.
DETECTION_FAILED
: The stack drift detection operation has failed for at least one resource in
the stack. Results will be available for resources on which AWS CloudFormation successfully completed
drift detection.
DETECTION_IN_PROGRESS
: The stack drift detection operation is currently in progress.
StackDriftDetectionStatus
public void setDetectionStatusReason(String detectionStatusReason)
The reason the stack drift detection operation has its current status.
detectionStatusReason
- The reason the stack drift detection operation has its current status.public String getDetectionStatusReason()
The reason the stack drift detection operation has its current status.
public DescribeStackDriftDetectionStatusResult withDetectionStatusReason(String detectionStatusReason)
The reason the stack drift detection operation has its current status.
detectionStatusReason
- The reason the stack drift detection operation has its current status.public void setDriftedStackResourceCount(Integer driftedStackResourceCount)
Total number of stack resources that have drifted. This is NULL until the drift detection operation reaches a
status of DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status is
IN_SYNC
.
driftedStackResourceCount
- Total number of stack resources that have drifted. This is NULL until the drift detection operation
reaches a status of DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status is
IN_SYNC
.public Integer getDriftedStackResourceCount()
Total number of stack resources that have drifted. This is NULL until the drift detection operation reaches a
status of DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status is
IN_SYNC
.
DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status
is IN_SYNC
.public DescribeStackDriftDetectionStatusResult withDriftedStackResourceCount(Integer driftedStackResourceCount)
Total number of stack resources that have drifted. This is NULL until the drift detection operation reaches a
status of DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status is
IN_SYNC
.
driftedStackResourceCount
- Total number of stack resources that have drifted. This is NULL until the drift detection operation
reaches a status of DETECTION_COMPLETE
. This value will be 0 for stacks whose drift status is
IN_SYNC
.public void setTimestamp(Date timestamp)
Time at which the stack drift detection operation was initiated.
timestamp
- Time at which the stack drift detection operation was initiated.public Date getTimestamp()
Time at which the stack drift detection operation was initiated.
public DescribeStackDriftDetectionStatusResult withTimestamp(Date timestamp)
Time at which the stack drift detection operation was initiated.
timestamp
- Time at which the stack drift detection operation was initiated.public String toString()
toString
in class Object
Object.toString()
public DescribeStackDriftDetectionStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.