AwsOrganizationalDataMaster Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AwsOrganizationalData - com.
azure. resourcemanager. security. models. AwsOrganizationalDataMaster
- com.
- com.
public final class AwsOrganizationalDataMaster
extends AwsOrganizationalData
The AWS organization data for the master account.
Constructor Summary
| Constructor | Description |
|---|---|
| AwsOrganizationalDataMaster() |
Creates an instance of Aws |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
excludedAccountIds()
Get the excluded |
|
static
Aws |
fromJson(JsonReader jsonReader)
Reads an instance of Aws |
|
Organization |
organizationMembershipType()
Get the organization |
| String |
stacksetName()
Get the stackset |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Aws |
withExcludedAccountIds(List<String> excludedAccountIds)
Set the excluded |
|
Aws |
withStacksetName(String stacksetName)
Set the stackset |
Methods inherited from AwsOrganizationalData
Methods inherited from java.lang.Object
Constructor Details
AwsOrganizationalDataMaster
public AwsOrganizationalDataMaster()
Creates an instance of AwsOrganizationalDataMaster class.
Method Details
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:
fromJson
public static AwsOrganizationalDataMaster fromJson(JsonReader jsonReader)
Reads an instance of AwsOrganizationalDataMaster 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:
AwsOrganizationalDataMaster.organizationMembershipType()Returns:
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AwsOrganizationalDataMaster.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AwsOrganizationalDataMaster.validate()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:
Returns:
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:
Returns: