@Generated(value="software.amazon.awssdk:codegen") public final class CloudFormationHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
Information about the health of AWS resources in your account that are specified by an AWS CloudFormation stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudFormationHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationHealth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InsightHealth |
insight()
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation
stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of
closed insights.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudFormationHealth.Builder> |
serializableBuilderClass() |
String |
stackName()
The name of the CloudFormation stack.
|
CloudFormationHealth.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackName()
The name of the CloudFormation stack.
public final InsightHealth insight()
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
public CloudFormationHealth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>public static CloudFormationHealth.Builder builder()
public static Class<? extends CloudFormationHealth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.