Class DescribeStackProvisioningParametersResult

    • Constructor Detail

      • DescribeStackProvisioningParametersResult

        public DescribeStackProvisioningParametersResult()
    • 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.
      • 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:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object