AwsOrganizationalDataMember Class

public final class AwsOrganizationalDataMember
extends AwsOrganizationalData

The AWS organization data for the member account.

Constructor Summary

Constructor Description
AwsOrganizationalDataMember()

Creates an instance of AwsOrganizationalDataMember class.

Method Summary

Modifier and Type Method and Description
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.

void validate()

Validates the instance.

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.

Methods inherited from AwsOrganizationalData

Methods inherited from java.lang.Object

Constructor Details

AwsOrganizationalDataMember

public AwsOrganizationalDataMember()

Creates an instance of AwsOrganizationalDataMember class.

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.

validate

public void validate()

Validates the instance.

Overrides:

AwsOrganizationalDataMember.validate()

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.

Applies to