@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormationHealth extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CloudFormationHealth() |
Modifier and Type | Method and Description |
---|---|
CloudFormationHealth |
clone() |
boolean |
equals(Object obj) |
InsightHealth |
getInsight() |
String |
getStackName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInsight(InsightHealth insight) |
void |
setStackName(String stackName) |
String |
toString()
Returns a string representation of this object.
|
CloudFormationHealth |
withInsight(InsightHealth insight) |
CloudFormationHealth |
withStackName(String stackName) |
public void setInsight(InsightHealth insight)
insight
- public InsightHealth getInsight()
public CloudFormationHealth withInsight(InsightHealth insight)
insight
- public void setStackName(String stackName)
stackName
- public String getStackName()
public CloudFormationHealth withStackName(String stackName)
stackName
- 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.