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