Class AwsAccountCollection

java.lang.Object
co.cloudcraft.model.CloudcraftObject
co.cloudcraft.model.AwsAccountCollection

public class AwsAccountCollection extends CloudcraftObject
Data object representing the collection of AwsAccount registered with Cloudcraft
  • Constructor Details

    • AwsAccountCollection

      public AwsAccountCollection(List<AwsAccount> accounts)
  • Method Details

    • getAccounts

      public List<AwsAccount> getAccounts()
      Collection of AwsAccount registered with Cloudcraft.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object