Class OrganizationUnitRequest


  • public class OrganizationUnitRequest
    extends Object
    Organizational Unit CloudFormation request.
    • Field Detail

      • name

        private String name
        Organizational unit name.
      • parentId

        private String parentId
        ID of the parent organizational node (unit or root).
    • Constructor Detail

      • OrganizationUnitRequest

        public OrganizationUnitRequest()
    • Method Detail

      • getName

        public String getName()
        Organizational unit name.
      • getParentId

        public String getParentId()
        ID of the parent organizational node (unit or root).
      • setName

        public void setName​(String name)
        Organizational unit name.
      • setParentId

        public void setParentId​(String parentId)
        ID of the parent organizational node (unit or root).
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object