Class CloudFormationHealth
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.CloudFormationHealth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudFormationHealth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LonganalyzedResourceCount()Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.static CloudFormationHealth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InsightHealthinsight()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()StringstackName()The name of the CloudFormation stack.CloudFormationHealth.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stackName
public final String stackName()
The name of the CloudFormation stack.
- Returns:
- The name of the CloudFormation stack.
-
insight
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.
- Returns:
- 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.
-
analyzedResourceCount
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.
- Returns:
- Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
-
toBuilder
public CloudFormationHealth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudFormationHealth.Builder,CloudFormationHealth>
-
builder
public static CloudFormationHealth.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudFormationHealth.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-