@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) |
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)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.