public class CreateStackParam extends Object
Constructor and Description |
---|
CreateStackParam() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment() |
Map<String,String> |
getParameters() |
String |
getStackName() |
String |
getTemplate() |
String |
getTemplateUrl() |
int |
getTimeoutMinutes() |
void |
setEnvironment(String environment)
A JSON environment for the stack.
|
void |
setParameters(Map<String,String> parameters) |
void |
setStackName(String stackName) |
void |
setTemplate(String template)
A JSON template to instantiate.
|
void |
setTemplateUrl(String templateUrl)
The URL of the template to instantiate.
|
void |
setTimeoutMinutes(int timeoutMinutes) |
String |
toString() |
public String getStackName()
public void setStackName(String stackName)
public String getTemplateUrl()
public void setTemplateUrl(String templateUrl)
templateUrl
- a template url.public String getTemplate()
public void setTemplate(String template)
template
- a template json.public int getTimeoutMinutes()
public void setTimeoutMinutes(int timeoutMinutes)
public String getEnvironment()
public void setEnvironment(String environment)
environment
- a environment.Copyright © 2012–2018. All rights reserved.