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
DescribeStackProvisioningParametersrequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeStackProvisioningParametersResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeStackProvisioningParametersResultaddParametersEntry(String key, String value)DescribeStackProvisioningParametersResultclearParametersEntries()Removes all the entries added into Parameters.DescribeStackProvisioningParametersResultclone()booleanequals(Object obj)StringgetAgentInstallerUrl()The AWS OpsWorks agent installer's URL.Map<String,String>getParameters()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.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeStackProvisioningParametersResultwithAgentInstallerUrl(String agentInstallerUrl)The AWS OpsWorks agent installer's URL.DescribeStackProvisioningParametersResultwithParameters(Map<String,String> parameters)An embedded object that contains the provisioning parameters.
-
-
-
Method Detail
-
setAgentInstallerUrl
public void setAgentInstallerUrl(String agentInstallerUrl)
The AWS OpsWorks agent installer's URL.
- Parameters:
agentInstallerUrl- The AWS OpsWorks agent installer's URL.
-
getAgentInstallerUrl
public String getAgentInstallerUrl()
The AWS OpsWorks agent installer's URL.
- Returns:
- The AWS OpsWorks agent installer's URL.
-
withAgentInstallerUrl
public DescribeStackProvisioningParametersResult withAgentInstallerUrl(String agentInstallerUrl)
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
public Map<String,String> getParameters()
An embedded object that contains the provisioning parameters.
- Returns:
- An embedded object that contains the provisioning parameters.
-
setParameters
public void setParameters(Map<String,String> parameters)
An embedded object that contains the provisioning parameters.
- Parameters:
parameters- An embedded object that contains the provisioning parameters.
-
withParameters
public DescribeStackProvisioningParametersResult withParameters(Map<String,String> parameters)
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
public DescribeStackProvisioningParametersResult addParametersEntry(String key, String value)
-
clearParametersEntries
public DescribeStackProvisioningParametersResult clearParametersEntries()
Removes all the entries added into Parameters. <p> Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStackProvisioningParametersResult clone()
-
-