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()
boolean
The AWS OpsWorks agent installer's URL.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.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
An embedded object that contains the provisioning parameters.
- Returns:
- An embedded object that contains the provisioning parameters.
-
setParameters
An embedded object that contains the provisioning parameters.
- Parameters:
parameters
- An embedded object that contains the provisioning parameters.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-