Class StackSetRequest


  • public class StackSetRequest
    extends Object
    StackSet CloudFormation request.
    • Field Detail

      • stackSetName

        private String stackSetName
        Stack set stackSetName.
      • description

        private String description
        Stack set description.
      • templateUrl

        private String templateUrl
        URL of stack instance template.
      • capabilities

        private Set<com.amazonaws.services.cloudformation.model.Capability> capabilities
        Acknowledge stack set capabilities.
      • administrationRoleArn

        private String administrationRoleArn
        ARN of administration (current account) role to be used to execute stack set actions.
      • executionRoleName

        private String executionRoleName
        Name of the execution role to be used on target accounts.
      • parameters

        private Map<String,​String> parameters
        Key-value of custom parameters.
    • Constructor Detail

      • StackSetRequest

        public StackSetRequest()
    • Method Detail

      • getStackSetName

        public String getStackSetName()
        Stack set stackSetName.
      • getDescription

        public String getDescription()
        Stack set description.
      • getTemplateUrl

        public String getTemplateUrl()
        URL of stack instance template.
      • getCapabilities

        public Set<com.amazonaws.services.cloudformation.model.Capability> getCapabilities()
        Acknowledge stack set capabilities.
      • getAdministrationRoleArn

        public String getAdministrationRoleArn()
        ARN of administration (current account) role to be used to execute stack set actions.
      • getExecutionRoleName

        public String getExecutionRoleName()
        Name of the execution role to be used on target accounts.
      • getParameters

        public Map<String,​String> getParameters()
        Key-value of custom parameters.
      • setStackSetName

        public void setStackSetName​(String stackSetName)
        Stack set stackSetName.
      • setDescription

        public void setDescription​(String description)
        Stack set description.
      • setTemplateUrl

        public void setTemplateUrl​(String templateUrl)
        URL of stack instance template.
      • setCapabilities

        public void setCapabilities​(Set<com.amazonaws.services.cloudformation.model.Capability> capabilities)
        Acknowledge stack set capabilities.
      • setAdministrationRoleArn

        public void setAdministrationRoleArn​(String administrationRoleArn)
        ARN of administration (current account) role to be used to execute stack set actions.
      • setExecutionRoleName

        public void setExecutionRoleName​(String executionRoleName)
        Name of the execution role to be used on target accounts.
      • setParameters

        public void setParameters​(Map<String,​String> parameters)
        Key-value of custom parameters.
      • setTags

        public void setTags​(Map<String,​String> tags)
        Resource tags.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object