@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudFormationProperties extends Object implements Serializable, Cloneable, StructuredPojo
Part of the provisioning properties of the environment blueprint.
Constructor and Description |
---|
CloudFormationProperties() |
Modifier and Type | Method and Description |
---|---|
CloudFormationProperties |
clone() |
boolean |
equals(Object obj) |
String |
getTemplateUrl()
The template URL of the cloud formation provisioning properties of the environment blueprint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTemplateUrl(String templateUrl)
The template URL of the cloud formation provisioning properties of the environment blueprint.
|
String |
toString()
Returns a string representation of this object.
|
CloudFormationProperties |
withTemplateUrl(String templateUrl)
The template URL of the cloud formation provisioning properties of the environment blueprint.
|
public void setTemplateUrl(String templateUrl)
The template URL of the cloud formation provisioning properties of the environment blueprint.
templateUrl
- The template URL of the cloud formation provisioning properties of the environment blueprint.public String getTemplateUrl()
The template URL of the cloud formation provisioning properties of the environment blueprint.
public CloudFormationProperties withTemplateUrl(String templateUrl)
The template URL of the cloud formation provisioning properties of the environment blueprint.
templateUrl
- The template URL of the cloud formation provisioning properties of the environment blueprint.public String toString()
toString
in class Object
Object.toString()
public CloudFormationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.