@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFormationStepOutput extends Object implements Serializable, Cloneable, StructuredPojo
Creates a CloudFormation step output.
Constructor and Description |
---|
CreateCloudFormationStepOutput() |
Modifier and Type | Method and Description |
---|---|
CreateCloudFormationStepOutput |
addExportsEntry(String key,
String value)
Add a single Exports entry
|
CreateCloudFormationStepOutput |
clearExportsEntries()
Removes all the entries added into Exports.
|
CreateCloudFormationStepOutput |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getExports()
The exports of the CloudFormation step output.
|
String |
getStackId()
The stack ID of the CloudFormation step output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExports(Map<String,String> exports)
The exports of the CloudFormation step output.
|
void |
setStackId(String stackId)
The stack ID of the CloudFormation step output.
|
String |
toString()
Returns a string representation of this object.
|
CreateCloudFormationStepOutput |
withExports(Map<String,String> exports)
The exports of the CloudFormation step output.
|
CreateCloudFormationStepOutput |
withStackId(String stackId)
The stack ID of the CloudFormation step output.
|
public void setStackId(String stackId)
The stack ID of the CloudFormation step output.
stackId
- The stack ID of the CloudFormation step output.public String getStackId()
The stack ID of the CloudFormation step output.
public CreateCloudFormationStepOutput withStackId(String stackId)
The stack ID of the CloudFormation step output.
stackId
- The stack ID of the CloudFormation step output.public Map<String,String> getExports()
The exports of the CloudFormation step output.
public void setExports(Map<String,String> exports)
The exports of the CloudFormation step output.
exports
- The exports of the CloudFormation step output.public CreateCloudFormationStepOutput withExports(Map<String,String> exports)
The exports of the CloudFormation step output.
exports
- The exports of the CloudFormation step output.public CreateCloudFormationStepOutput addExportsEntry(String key, String value)
public CreateCloudFormationStepOutput clearExportsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateCloudFormationStepOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.