Class AwsOrganizationalDataMember

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

public final class AwsOrganizationalDataMember extends AwsOrganizationalData
The awsOrganization data for the member account.
  • Constructor Details

    • AwsOrganizationalDataMember

      public AwsOrganizationalDataMember()
  • Method Details

    • parentHierarchyId

      public String parentHierarchyId()
      Get the parentHierarchyId property: If the multi cloud account is not of membership type organization, this will be the ID of the account's parent.
      Returns:
      the parentHierarchyId value.
    • withParentHierarchyId

      public AwsOrganizationalDataMember withParentHierarchyId(String parentHierarchyId)
      Set the parentHierarchyId property: If the multi cloud account is not of membership type organization, this will be the ID of the account's parent.
      Parameters:
      parentHierarchyId - the parentHierarchyId value to set.
      Returns:
      the AwsOrganizationalDataMember object itself.
    • validate

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