Class AwsOrganizationalDataMaster

java.lang.Object
com.azure.resourcemanager.security.models.AwsOrganizationalData
com.azure.resourcemanager.security.models.AwsOrganizationalDataMaster

public final class AwsOrganizationalDataMaster extends AwsOrganizationalData
The awsOrganization data for the master account.
  • Constructor Details

    • AwsOrganizationalDataMaster

      public AwsOrganizationalDataMaster()
  • Method Details

    • stacksetName

      public String stacksetName()
      Get the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.
      Returns:
      the stacksetName value.
    • withStacksetName

      public AwsOrganizationalDataMaster withStacksetName(String stacksetName)
      Set the stacksetName property: If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.
      Parameters:
      stacksetName - the stacksetName value to set.
      Returns:
      the AwsOrganizationalDataMaster object itself.
    • excludedAccountIds

      public List<String> excludedAccountIds()
      Get the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.
      Returns:
      the excludedAccountIds value.
    • withExcludedAccountIds

      public AwsOrganizationalDataMaster withExcludedAccountIds(List<String> excludedAccountIds)
      Set the excludedAccountIds property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.
      Parameters:
      excludedAccountIds - the excludedAccountIds value to set.
      Returns:
      the AwsOrganizationalDataMaster object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class AwsOrganizationalData
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.