AwsOrganizationalData Class

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

Implements

public class AwsOrganizationalData
implements JsonSerializable<AwsOrganizationalData>

The AWS organization data.

Constructor Summary

Constructor Description
AwsOrganizationalData()

Creates an instance of AwsOrganizationalData class.

Method Summary

Modifier and Type Method and Description
static AwsOrganizationalData fromJson(JsonReader jsonReader)

Reads an instance of AwsOrganizationalData from the JsonReader.

OrganizationMembershipType organizationMembershipType()

Get the organizationMembershipType property: The multi cloud account's membership type in the organization.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AwsOrganizationalData

public AwsOrganizationalData()

Creates an instance of AwsOrganizationalData class.

Method Details

fromJson

public static AwsOrganizationalData fromJson(JsonReader jsonReader)

Reads an instance of AwsOrganizationalData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AwsOrganizationalData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AwsOrganizationalData.

organizationMembershipType

public OrganizationMembershipType organizationMembershipType()

Get the organizationMembershipType property: The multi cloud account's membership type in the organization.

Returns:

the organizationMembershipType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to