public class DescribeStackProvisioningParametersResult extends Object implements Serializable, Cloneable
Contains the response to a
DescribeStackProvisioningParameters
request.
Constructor and Description |
---|
DescribeStackProvisioningParametersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStackProvisioningParametersResult |
addParametersEntry(String key,
String value)
An embedded object that contains the provisioning parameters.
|
DescribeStackProvisioningParametersResult |
clearParametersEntries()
Removes all the entries added into Parameters.
|
DescribeStackProvisioningParametersResult |
clone() |
boolean |
equals(Object obj) |
String |
getAgentInstallerUrl()
The AWS OpsWorks agent installer's URL.
|
Map<String,String> |
getParameters()
An embedded object that contains the provisioning parameters.
|
int |
hashCode() |
void |
setAgentInstallerUrl(String agentInstallerUrl)
The AWS OpsWorks agent installer's URL.
|
void |
setParameters(Map<String,String> parameters)
An embedded object that contains the provisioning parameters.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStackProvisioningParametersResult |
withAgentInstallerUrl(String agentInstallerUrl)
The AWS OpsWorks agent installer's URL.
|
DescribeStackProvisioningParametersResult |
withParameters(Map<String,String> parameters)
An embedded object that contains the provisioning parameters.
|
public DescribeStackProvisioningParametersResult()
public String getAgentInstallerUrl()
public void setAgentInstallerUrl(String agentInstallerUrl)
agentInstallerUrl
- The AWS OpsWorks agent installer's URL.public DescribeStackProvisioningParametersResult withAgentInstallerUrl(String agentInstallerUrl)
Returns a reference to this object so that method calls can be chained together.
agentInstallerUrl
- The AWS OpsWorks agent installer's URL.public Map<String,String> getParameters()
public void setParameters(Map<String,String> parameters)
parameters
- An embedded object that contains the provisioning parameters.public DescribeStackProvisioningParametersResult withParameters(Map<String,String> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- An embedded object that contains the provisioning parameters.public DescribeStackProvisioningParametersResult addParametersEntry(String key, String value)
The method adds a new key-value pair into Parameters parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into Parameters.value
- The corresponding value of the entry to be added into Parameters.public DescribeStackProvisioningParametersResult clearParametersEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString
in class Object
Object.toString()
public DescribeStackProvisioningParametersResult clone()
Copyright © 2015. All rights reserved.