@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormationHealth extends Object implements Serializable, Cloneable, StructuredPojo
Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack.
Constructor and Description |
---|
CloudFormationHealth() |
Modifier and Type | Method and Description |
---|---|
CloudFormationHealth |
clone() |
boolean |
equals(Object obj) |
Long |
getAnalyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services
CloudFormation stack.
|
InsightHealth |
getInsight()
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.
|
String |
getStackName()
The name of the CloudFormation stack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services
CloudFormation stack.
|
void |
setInsight(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.
|
void |
setStackName(String stackName)
The name of the CloudFormation stack.
|
String |
toString()
Returns a string representation of this object.
|
CloudFormationHealth |
withAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services
CloudFormation stack.
|
CloudFormationHealth |
withInsight(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.
|
CloudFormationHealth |
withStackName(String stackName)
The name of the CloudFormation stack.
|
public void setStackName(String stackName)
The name of the CloudFormation stack.
stackName
- The name of the CloudFormation stack.public String getStackName()
The name of the CloudFormation stack.
public CloudFormationHealth withStackName(String stackName)
The name of the CloudFormation stack.
stackName
- The name of the CloudFormation stack.public void setInsight(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.
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 InsightHealth getInsight()
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 CloudFormationHealth withInsight(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.
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 void setAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
analyzedResourceCount
- Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web
Services CloudFormation stack.public Long getAnalyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
public CloudFormationHealth withAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack.
analyzedResourceCount
- Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web
Services CloudFormation stack.public String toString()
toString
in class Object
Object.toString()
public CloudFormationHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.