@Generated(value="software.amazon.awssdk:codegen") public final class CloudFormationHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudFormationHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services
CloudFormation stack.
|
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 Amazon Web Services resources in your account that are specified by an Amazon
Web Services 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 Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
public final Long analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
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 © 2023. All rights reserved.