@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFormationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Creates a CloudFormation summary.
| Constructor and Description | 
|---|
CreateCloudFormationSummary()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateCloudFormationSummary | 
clone()  | 
boolean | 
equals(Object obj)  | 
CreateCloudFormationStepInput | 
getStepInput()
 The step input of the CloudFormation summary. 
 | 
CreateCloudFormationStepOutput | 
getStepOutput()
 The step output of the CloudFormation summary. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setStepInput(CreateCloudFormationStepInput stepInput)
 The step input of the CloudFormation summary. 
 | 
void | 
setStepOutput(CreateCloudFormationStepOutput stepOutput)
 The step output of the CloudFormation summary. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateCloudFormationSummary | 
withStepInput(CreateCloudFormationStepInput stepInput)
 The step input of the CloudFormation summary. 
 | 
CreateCloudFormationSummary | 
withStepOutput(CreateCloudFormationStepOutput stepOutput)
 The step output of the CloudFormation summary. 
 | 
public void setStepInput(CreateCloudFormationStepInput stepInput)
The step input of the CloudFormation summary.
stepInput - The step input of the CloudFormation summary.public CreateCloudFormationStepInput getStepInput()
The step input of the CloudFormation summary.
public CreateCloudFormationSummary withStepInput(CreateCloudFormationStepInput stepInput)
The step input of the CloudFormation summary.
stepInput - The step input of the CloudFormation summary.public void setStepOutput(CreateCloudFormationStepOutput stepOutput)
The step output of the CloudFormation summary.
stepOutput - The step output of the CloudFormation summary.public CreateCloudFormationStepOutput getStepOutput()
The step output of the CloudFormation summary.
public CreateCloudFormationSummary withStepOutput(CreateCloudFormationStepOutput stepOutput)
The step output of the CloudFormation summary.
stepOutput - The step output of the CloudFormation summary.public String toString()
toString in class ObjectObject.toString()public CreateCloudFormationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.