@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) |
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 ObjectObject.toString()public CloudFormationHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.