Class DescribeStackProvisioningParametersResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeStackProvisioningParametersResult
- All Implemented Interfaces:
Serializable, Cloneable
public class DescribeStackProvisioningParametersResult
extends Object
implements Serializable, Cloneable
Contains the response to a DescribeStackProvisioningParameters
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParametersEntry(String key, String value) Removes all the entries added into Parameters.clone()booleanThe AWS OpsWorks agent installer's URL.An embedded object that contains the provisioning parameters.inthashCode()voidsetAgentInstallerUrl(String agentInstallerUrl) The AWS OpsWorks agent installer's URL.voidsetParameters(Map<String, String> parameters) An embedded object that contains the provisioning parameters.toString()Returns a string representation of this object; useful for testing and debugging.withAgentInstallerUrl(String agentInstallerUrl) The AWS OpsWorks agent installer's URL.withParameters(Map<String, String> parameters) An embedded object that contains the provisioning parameters.
-
Constructor Details
-
DescribeStackProvisioningParametersResult
public DescribeStackProvisioningParametersResult()
-
-
Method Details
-
setAgentInstallerUrl
The AWS OpsWorks agent installer's URL.
- Parameters:
agentInstallerUrl- The AWS OpsWorks agent installer's URL.
-
getAgentInstallerUrl
The AWS OpsWorks agent installer's URL.
- Returns:
- The AWS OpsWorks agent installer's URL.
-
withAgentInstallerUrl
The AWS OpsWorks agent installer's URL.
- Parameters:
agentInstallerUrl- The AWS OpsWorks agent installer's URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
-
setParameters
-
withParameters
An embedded object that contains the provisioning parameters.
- Parameters:
parameters- An embedded object that contains the provisioning parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addParametersEntry
-
clearParametersEntries
Removes all the entries added into Parameters. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-