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