@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormation extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the CloudFormation template and its parameters.
Constructor and Description |
---|
CloudFormation() |
Modifier and Type | Method and Description |
---|---|
CloudFormation |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
CloudFormation |
clearParametersEntries()
Removes all the entries added into Parameters.
|
CloudFormation |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getParameters()
The CloudFormation properties in the CloudFormation template.
|
String |
getTemplateLocation()
The template location of the CloudFormation template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParameters(Map<String,String> parameters)
The CloudFormation properties in the CloudFormation template.
|
void |
setTemplateLocation(String templateLocation)
The template location of the CloudFormation template.
|
String |
toString()
Returns a string representation of this object.
|
CloudFormation |
withParameters(Map<String,String> parameters)
The CloudFormation properties in the CloudFormation template.
|
CloudFormation |
withTemplateLocation(String templateLocation)
The template location of the CloudFormation template.
|
public void setTemplateLocation(String templateLocation)
The template location of the CloudFormation template.
templateLocation
- The template location of the CloudFormation template.public String getTemplateLocation()
The template location of the CloudFormation template.
public CloudFormation withTemplateLocation(String templateLocation)
The template location of the CloudFormation template.
templateLocation
- The template location of the CloudFormation template.public Map<String,String> getParameters()
The CloudFormation properties in the CloudFormation template.
public void setParameters(Map<String,String> parameters)
The CloudFormation properties in the CloudFormation template.
parameters
- The CloudFormation properties in the CloudFormation template.public CloudFormation withParameters(Map<String,String> parameters)
The CloudFormation properties in the CloudFormation template.
parameters
- The CloudFormation properties in the CloudFormation template.public CloudFormation addParametersEntry(String key, String value)
public CloudFormation clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public CloudFormation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.