AwsOrganizationalDataMember Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AwsOrganizationalData - com.
azure. resourcemanager. security. models. AwsOrganizationalDataMember
- com.
- com.
public final class AwsOrganizationalDataMember
extends AwsOrganizationalData
The AWS organization data for the member account.
Constructor Summary
| Constructor | Description |
|---|---|
| AwsOrganizationalDataMember() |
Creates an instance of Aws |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Aws |
fromJson(JsonReader jsonReader)
Reads an instance of Aws |
|
Organization |
organizationMembershipType()
Get the organization |
| String |
parentHierarchyId()
Get the parent |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Aws |
withParentHierarchyId(String parentHierarchyId)
Set the parent |
Methods inherited from AwsOrganizationalData
Methods inherited from java.lang.Object
Constructor Details
AwsOrganizationalDataMember
public AwsOrganizationalDataMember()
Creates an instance of AwsOrganizationalDataMember class.
Method Details
fromJson
public static AwsOrganizationalDataMember fromJson(JsonReader jsonReader)
Reads an instance of AwsOrganizationalDataMember from the JsonReader.
Parameters:
Returns:
Throws:
organizationMembershipType
public OrganizationMembershipType organizationMembershipType()
Get the organizationMembershipType property: The multi cloud account's membership type in the organization.
Overrides:
AwsOrganizationalDataMember.organizationMembershipType()Returns:
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AwsOrganizationalDataMember.toJson(JsonWriter jsonWriter)Parameters:
Throws:
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:
Returns: