Class GGGroup


  • public class GGGroup
    extends Object
    Information about a Greengrass group: a structured collection of one or more Grengrass cores API Documentation: https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-discover-api.html
    • Constructor Detail

      • GGGroup

        public GGGroup()
    • Method Detail

      • getCores

        public List<GGCore> getCores()
        Returns:
        list of Greengrass cores belonging to this group
      • setCores

        public void setCores​(List<GGCore> cores)
        Sets the list of Greengrass cores belonging to this group
        Parameters:
        cores - list of Greengrass cores belonging to this group
      • getCAs

        public List<String> getCAs()
        Returns:
        list of certificate authorities (in PEM format) associated with the Greengrass group
      • setCAs

        public void setCAs​(List<String> CAs)
        Sets the list of certificate authorities (in PEM format) associated with the Greengrass group
        Parameters:
        CAs - list of certificate authorities (in PEM format) associated with the Greengrass group
      • getGGGroupId

        public String getGGGroupId()
        Returns:
        identifier for the Greengrass group
      • setGGGroupId

        public void setGGGroupId​(String GGGroupId)
        Sets the identifier for the Greengrass group
        Parameters:
        GGGroupId - identifier for the Greengrass group
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object